Skip to content

Commit b2d2acf

Browse files
chore(deps): bump actions/download-artifact from 5 to 6 (#484)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...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 d4c195b commit b2d2acf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
separate-directories: true
203203

204204
- name: Download artifacts
205-
uses: actions/download-artifact@v5
205+
uses: actions/download-artifact@v6
206206
with:
207207
name: logs
208208
path: .
@@ -252,7 +252,7 @@ jobs:
252252
- uses: actions/checkout@v6
253253

254254
- name: Download the artifact
255-
uses: actions/download-artifact@v5
255+
uses: actions/download-artifact@v6
256256
with:
257257
name: collection-artifact
258258

0 commit comments

Comments
 (0)