Skip to content

Commit 0b94c55

Browse files
ci: bump actions/download-artifact from 4 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 20ee9ab commit 0b94c55

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
171171
- uses: taiki-e/install-action@dee540ee3f3ff5c6a0665fed9996875d0ba04ca2 # nextest
172172
- name: Download test archive
173-
uses: actions/download-artifact@v4
173+
uses: actions/download-artifact@v8
174174
with:
175175
name: nextest-archive-${{ matrix.os }}
176176
- name: Run unit tests
@@ -192,7 +192,7 @@ jobs:
192192
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
193193
- uses: taiki-e/install-action@dee540ee3f3ff5c6a0665fed9996875d0ba04ca2 # nextest
194194
- name: Download test archive
195-
uses: actions/download-artifact@v4
195+
uses: actions/download-artifact@v8
196196
with:
197197
name: nextest-archive-${{ matrix.os }}
198198
- name: Run integration tests
@@ -214,11 +214,11 @@ jobs:
214214
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
215215
- uses: taiki-e/install-action@dee540ee3f3ff5c6a0665fed9996875d0ba04ca2 # nextest
216216
- name: Download test archive
217-
uses: actions/download-artifact@v4
217+
uses: actions/download-artifact@v8
218218
with:
219219
name: nextest-archive-${{ matrix.os }}
220220
- name: Download binary
221-
uses: actions/download-artifact@v4
221+
uses: actions/download-artifact@v8
222222
with:
223223
name: mcpls-binary-${{ matrix.os }}
224224
path: target/debug/

0 commit comments

Comments
 (0)