Skip to content

Commit d89a160

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#166)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f87c96 commit d89a160

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Download built archives
53-
uses: actions/download-artifact@v3
53+
uses: actions/download-artifact@v4.1.7
5454
with:
5555
name: pypi_archives
5656
path: dist
@@ -69,7 +69,7 @@ jobs:
6969

7070
steps:
7171
- name: Download built archives
72-
uses: actions/download-artifact@v3
72+
uses: actions/download-artifact@v4.1.7
7373
with:
7474
name: pypi_archives
7575
path: dist

0 commit comments

Comments
 (0)