Skip to content

Commit 6cdc517

Browse files
Bump actions/download-artifact from 5 to 6 (#160)
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 e052411 commit 6cdc517

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id-token: write # IMPORTANT: mandatory for trusted publishing
5050
steps:
5151
- name: Download all the dists
52-
uses: actions/download-artifact@v5
52+
uses: actions/download-artifact@v6
5353
with:
5454
name: python-package-distributions
5555
path: dist/
@@ -70,7 +70,7 @@ jobs:
7070
fetch-depth: 0
7171

7272
- name: Download all the dists
73-
uses: actions/download-artifact@v5
73+
uses: actions/download-artifact@v6
7474
with:
7575
name: python-package-distributions
7676
path: dist/

.github/workflows/test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
id-token: write
6969
steps:
7070
- name: Download all the dists
71-
uses: actions/download-artifact@v5
71+
uses: actions/download-artifact@v6
7272
with:
7373
name: python-package-distributions
7474
path: dist/

0 commit comments

Comments
 (0)