Skip to content

Commit 8819683

Browse files
ci(deps): bump actions/download-artifact from 5 to 6 (#665)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f20da20 commit 8819683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

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

297297

298298
- name: Download coverage reports
299-
uses: actions/download-artifact@v5
299+
uses: actions/download-artifact@v6
300300
with:
301301
pattern: coverage-*
302302
path: coverage
@@ -394,7 +394,7 @@ jobs:
394394

395395

396396
- name: Download build artifacts
397-
uses: actions/download-artifact@v5
397+
uses: actions/download-artifact@v6
398398

399399

400400
- name: Rename build artifacts

0 commit comments

Comments
 (0)