Skip to content

Commit b6cea3e

Browse files
⬆️(deps): Bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c84308f commit b6cea3e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/daily-benchmark.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
run: pnpm install
9898

9999
- name: Download built scripts
100-
uses: actions/download-artifact@v4
100+
uses: actions/download-artifact@v6
101101
with:
102102
name: built-scripts
103103
path: dist/
@@ -138,14 +138,14 @@ jobs:
138138
uses: pnpm/action-setup@v4
139139

140140
- name: Download built scripts
141-
uses: actions/download-artifact@v4
141+
uses: actions/download-artifact@v6
142142
with:
143143
name: built-scripts
144144
path: dist/
145145

146146
- name: Download benchmark results
147147
if: ${{ !inputs.skip_benchmark }}
148-
uses: actions/download-artifact@v4
148+
uses: actions/download-artifact@v6
149149
with:
150150
pattern: benchmark-results-*
151151
merge-multiple: true
@@ -242,13 +242,13 @@ jobs:
242242
fetch-depth: 0
243243

244244
- name: Download analysis results
245-
uses: actions/download-artifact@v4
245+
uses: actions/download-artifact@v6
246246
with:
247247
name: analysis-results
248248

249249
- name: Download benchmark results
250250
if: ${{ !inputs.skip_benchmark }}
251-
uses: actions/download-artifact@v4
251+
uses: actions/download-artifact@v6
252252
with:
253253
pattern: benchmark-results-*
254254
merge-multiple: true

.github/workflows/daily-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
fetch-depth: 0
105105

106106
- name: Download updated files
107-
uses: actions/download-artifact@v4
107+
uses: actions/download-artifact@v6
108108
with:
109109
name: updated-files
110110

0 commit comments

Comments
 (0)