Skip to content

Commit 8b1440a

Browse files
Update actions/upload-artifact action to v7
1 parent cfd7bc6 commit 8b1440a

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@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
7575
with:
7676
name: lcov.info
7777
path: ./lcov.info

0 commit comments

Comments
 (0)