diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5ac9c5..1b7b78f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,21 +11,9 @@ jobs: runs-on: windows-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Setup .NET Core 3.1 - uses: actions/setup-dotnet@v1 - with: - dotnet-version: 3.1.x - - name: Setup .NET Core 6 - uses: actions/setup-dotnet@v1 - with: - dotnet-version: '6.x' - include-prerelease: true - - name: Dotnet info - run: dotnet --info - shell: pwsh - name: Build and Test run: ./Build.ps1 shell: pwsh @@ -42,7 +30,7 @@ jobs: run: ./Push.ps1 shell: pwsh - name: Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: artifacts path: artifacts/**/*