Skip to content

Commit f116740

Browse files
chore(deps): update github artifact actions (#2571)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd967a9 commit f116740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version-file: '.nvmrc'
1818
- run: make validate.ci
1919
- name: Archive code coverage results
20-
uses: actions/upload-artifact@v4
20+
uses: actions/upload-artifact@v5
2121
with:
2222
name: code-coverage-report
2323
path: coverage/*.*
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v5
2929
- name: Download code coverage results
30-
uses: actions/download-artifact@v5
30+
uses: actions/download-artifact@v6
3131
with:
3232
pattern: code-coverage-report
3333
path: coverage

0 commit comments

Comments
 (0)