We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cd680 commit fb9b08fCopy full SHA for fb9b08f
1 file changed
.github/workflows/dotnet.yml
@@ -36,7 +36,7 @@ jobs:
36
run: dotnet pack -o '${{github.workspace}}/nupkg'
37
38
- name: Publish App disk artifact
39
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
40
with:
41
name: Code
42
path: nupkg
0 commit comments