Skip to content

Commit a4d9f91

Browse files
Update actions/upload-artifact action to v4
1 parent b649b37 commit a4d9f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
make test-cover
7878
7979
- name: Upload coverage
80-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
80+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
8181
with:
8282
name: coverage
8383
path: coverage.*

0 commit comments

Comments
 (0)