Skip to content

Commit 5387fef

Browse files
chore(deps): update actions/upload-artifact action to v4.5.0
| datasource | package | from | to | | ----------- | ----------------------- | ------ | ------ | | github-tags | actions/upload-artifact | v4.4.3 | v4.5.0 |
1 parent 369839b commit 5387fef

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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
102+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
46+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
4747
with:
4848
name: packages
4949
path: bin/*.nupkg

0 commit comments

Comments
 (0)