Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v5
- uses: actions/upload-artifact@v6
with:
name: ${{ env.NUGET_PACKAGES_ARTIFACT }}
if-no-files-found: error
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:

- name: 📛 Upload hang- and crash-dumps on test failure
if: success() || failure()
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
if-no-files-found: ignore
name: test-dumps
Expand Down
Loading