Skip to content

Commit 54af5dc

Browse files
chore(deps): update actions/upload-artifact action to v4.6.0
| datasource | package | from | to | | ----------- | ----------------------- | ------ | ------ | | github-tags | actions/upload-artifact | v4.5.0 | v4.6.0 |
1 parent a4ca6c9 commit 54af5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: pack
4545
run: dotnet pack --no-build -o bin
4646

47-
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
47+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
4848
with:
4949
name: packages
5050
path: bin/*.nupkg

0 commit comments

Comments
 (0)