Skip to content

Commit 5b5a021

Browse files
chore(deps): update actions/upload-artifact action to v7
| datasource | package | from | to | | ----------- | ----------------------- | ------ | ------ | | github-tags | actions/upload-artifact | v6.0.0 | v7.0.0 |
1 parent e695f87 commit 5b5a021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: pack
4747
run: dotnet pack --no-build -o bin
4848

49-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
49+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
5050
with:
5151
name: packages
5252
path: bin/*.nupkg

0 commit comments

Comments
 (0)