Skip to content

Commit 3a2a39f

Browse files
cq-boterezrokah
andauthored
chore(deps): Update actions/upload-artifact action to v5 (#388)
Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
1 parent 337763b commit 3a2a39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Generate coverage report
4141
if: always() && matrix.os == 'ubuntu-latest'
4242
run: go tool cover -html coverage.out -o coverage.html
43-
- uses: actions/upload-artifact@v4
43+
- uses: actions/upload-artifact@v5
4444
if: always() && matrix.os == 'ubuntu-latest'
4545
with:
4646
name: Code coverage

0 commit comments

Comments
 (0)