diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dddd023ad..ef90dd499 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,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@v6 + - uses: actions/upload-artifact@v7 with: name: ${{ env.NUGET_PACKAGES_ARTIFACT }} if-no-files-found: error @@ -141,7 +141,7 @@ jobs: - name: 📛 Upload hang- and crash-dumps on test failure if: success() || failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: if-no-files-found: ignore name: test-dumps