diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fa502cf8..a99b83914 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: dotnet pack src/bunit.generators/ -c release --output ${{ env.NUGET_DIRECTORY }} -p:ContinuousIntegrationBuild=true -p:publicrelease=true # Publish the NuGet package as an artifact, so they can be used in the following jobs - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: ${{ env.NUGET_PACKAGES_ARTIFACT }} if-no-files-found: error @@ -139,7 +139,7 @@ jobs: - name: 📛 Upload hang- and crash-dumps on test failure if: success() || failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: if-no-files-found: ignore name: test-dumps