Skip to content

Commit b96b01d

Browse files
committed
Bump actions/upload-artifact from 1 to 4.4.0 in /.github/workflows
1 parent e657df6 commit b96b01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
dotnet paket pack ./build --version "$(dotnet nbgv get-version -v SemVer2)" --minimum-from-lock-file
4242
4343
- name: Upload nupkg
44-
uses: actions/upload-artifact@v1
44+
uses: actions/upload-artifact@v4.4.0
4545
with:
4646
name: nuget
4747
path: build

0 commit comments

Comments
 (0)