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 fbacee4 + 878ffc7 commit 958fdcaCopy full SHA for 958fdca
1 file changed
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Test .NET Solution
57
run: dotnet test --configuration Release --no-build --filter="Category=UnitTest|Category=IntegrationTest" --logger "trx;LogFilePrefix=test-results"
58
59
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
60
if: success() || failure()
61
with:
62
name: test-results
@@ -72,7 +72,7 @@ jobs:
72
if: ${{ github.event_name == 'release' && github.ref_type == 'tag' || github.event.release.tag_name }}
73
74
- name: Store .NET Package
75
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
76
77
name: nuget
78
if-no-files-found: error
0 commit comments