We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b966868 + 3619282 commit bed5144Copy full SHA for bed5144
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Test .NET Solution
56
run: dotnet test --configuration Release --no-build --filter="Category=UnitTest|Category=IntegrationTest" --logger "trx;LogFilePrefix=test-results"
57
58
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
59
if: success() || failure()
60
with:
61
name: test-results
@@ -71,7 +71,7 @@ jobs:
71
if: ${{ github.event_name == 'release' && github.ref_type == 'tag' || github.event.release.tag_name }}
72
73
- name: Store .NET Package
74
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
75
76
name: nuget
77
if-no-files-found: error
0 commit comments