Skip to content

Commit 74ce38c

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 6028dfd commit 74ce38c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: pack
100100
run: dotnet pack --no-build -o bin -c Release
101101

102-
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
102+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
103103
with:
104104
name: packages
105105
path: bin/*.nupkg

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: pack
4444
run: dotnet pack --no-build -o bin -c Release
4545

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

0 commit comments

Comments
 (0)