We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e657df6 commit b96b01dCopy full SHA for b96b01d
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
dotnet paket pack ./build --version "$(dotnet nbgv get-version -v SemVer2)" --minimum-from-lock-file
42
43
- name: Upload nupkg
44
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4.4.0
45
with:
46
name: nuget
47
path: build
0 commit comments