Skip to content

Commit ad098f5

Browse files
committed
chore: update github actions versions
1 parent fe338fc commit ad098f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

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

6767
- name: Upload Code Coverage Report
6868
if: always()
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v7
7070
with:
7171
name: code-coverage-report
7272
path: target/llvm-cov/html/
@@ -90,7 +90,7 @@ jobs:
9090
9191
- name: Upload E2E Screenshots
9292
if: failure()
93-
uses: actions/upload-artifact@v4
93+
uses: actions/upload-artifact@v7
9494
with:
9595
name: e2e-screenshots
9696
path: tests/e2e/screenshots/

0 commit comments

Comments
 (0)