We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aedbf9c commit 894b977Copy full SHA for 894b977
1 file changed
.github/workflows/build.yml
@@ -29,7 +29,6 @@ jobs:
29
run: dotnet build --configuration Release --no-restore
30
- name: Test
31
run: dotnet test --no-restore --verbosity normal
32
- - uses: actions/upload-artifact@v4
33
- if: success()
+ - uses: actions/upload-artifact@v6
34
with:
35
path: **/bin/Release/*.nupkg
0 commit comments