Skip to content

Commit 679a7e6

Browse files
build(deps): bump actions/download-artifact from 4 to 6 (#628)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4480f4a commit 679a7e6

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
@@ -184,7 +184,7 @@ jobs:
184184
# run: ls -R
185185

186186
# - name: Downloading artifacts
187-
# uses: actions/download-artifact@v4
187+
# uses: actions/download-artifact@v6
188188

189189
# - name: Display structure of downloaded artifact files
190190
# run: ls -R
@@ -256,7 +256,7 @@ jobs:
256256
python-version: ${{ env.MAIN_PYTHON_VERSION }}
257257

258258
# this downloads all artifacts
259-
- uses: actions/download-artifact@v4
259+
- uses: actions/download-artifact@v6
260260

261261
- name: Display structure of downloaded files
262262
run: ls -R

0 commit comments

Comments
 (0)