Skip to content

Commit 0cfacf1

Browse files
authored
Merge pull request #1429 from fuf-stack/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents 30a44e2 + 56562c7 commit 0cfacf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Run tests
2424
run: pnpm test
2525
- name: Upload coverage reports
26-
uses: actions/upload-artifact@v5
26+
uses: actions/upload-artifact@v6
2727
with:
2828
name: coverage-report
2929
path: coverage/
@@ -42,7 +42,7 @@ jobs:
4242
fetch-depth: 0 # Required for Sonarqube
4343

4444
- name: Download coverage report
45-
uses: actions/download-artifact@v6
45+
uses: actions/download-artifact@v7
4646
with:
4747
name: coverage-report
4848
path: coverage/

0 commit comments

Comments
 (0)