Skip to content

Commit 5d83803

Browse files
build(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] <support@github.com>
1 parent fb53f4a commit 5d83803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
id-token: write # IMPORTANT: mandatory for trusted publishing
5454
steps:
5555
- name: Download all the dists
56-
uses: actions/download-artifact@v4
56+
uses: actions/download-artifact@v6
5757
with:
5858
name: python-package-distributions
5959
path: dist/
@@ -69,7 +69,7 @@ jobs:
6969
contents: write # IMPORTANT: mandatory for creating release
7070
steps:
7171
- name: Download all the dists
72-
uses: actions/download-artifact@v4
72+
uses: actions/download-artifact@v6
7373
with:
7474
name: python-package-distributions
7575
path: dist/

0 commit comments

Comments
 (0)