We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e57358 commit 378a634Copy full SHA for 378a634
1 file changed
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
continue-on-error: true
41
- name: Pack
42
run: dotnet pack --output ./artifacts --configuration Release --no-build
43
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
44
with:
45
name: artifacts
46
path: ./artifacts
0 commit comments