Skip to content

Commit 378ef44

Browse files
chore(all): update actions/upload-artifact action to v7
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent 2365937 commit 378ef44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Upload test results
6161
if: always()
62-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
62+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
6363
with:
6464
name: test-results
6565
path: |
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Upload coverage report
7171
if: always()
72-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
72+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
7373
with:
7474
name: coverage-report
7575
path: |

0 commit comments

Comments
 (0)