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.
1 parent 209bed4 commit f953dddCopy full SHA for f953ddd
.github/workflows/validate-build.yml
@@ -48,7 +48,7 @@ jobs:
48
run: dotnet pack $solution --configuration $config --no-build
49
50
- name: Upload
51
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
52
with:
53
name: pkg
54
path: out/pkg
0 commit comments