Skip to content

Commit 325b1f3

Browse files
[deps]: Update actions/upload-artifact action to v4 (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1675e31 commit 325b1f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
go tool cover -html=cover.out -o=cover.html
4242
4343
- name: Upload test coverage report artifact
44-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
44+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
4545
with:
4646
name: cover.html
4747
path: cover.html

.github/workflows/build_ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
4343
- name: Upload test coverage report artifact
44-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
44+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
4545
with:
4646
name: cover.html
4747
path: cover.html

0 commit comments

Comments
 (0)