We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e7fd5 commit ee96fb5Copy full SHA for ee96fb5
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Run publish
30
run: dotnet pack -o release src
31
- name: Upload NuGet packages
32
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
33
with:
34
name: packages
35
path: release/
0 commit comments