Skip to content

Commit 0c00808

Browse files
Update actions/upload-artifact action to v7
1 parent cfd7bc6 commit 0c00808

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
env:
7272
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7373
run: bash <(curl -s https://codecov.io/bash) -X gcov
74-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
74+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
7575
with:
7676
name: lcov.info
7777
path: ./lcov.info

0 commit comments

Comments
 (0)