Skip to content

Commit 123242a

Browse files
authored
Merge pull request #34 from miragejs/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 4 to 7
2 parents c43ca64 + 55cfa6b commit 123242a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Upload coverage artifact (lcov)
7979
if: success()
80-
uses: actions/upload-artifact@v4
80+
uses: actions/upload-artifact@v7
8181
with:
8282
name: coverage-lcov
8383
path: coverage/lcov.info

0 commit comments

Comments
 (0)