Skip to content

Commit 2536e37

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#28)
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 eaf8e84 commit 2536e37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: Download all the Dists
56-
uses: actions/download-artifact@v3
56+
uses: actions/download-artifact@v4.1.7
5757
with:
5858
name: python-package-distributions
5959
path: dist/
@@ -74,7 +74,7 @@ jobs:
7474

7575
steps:
7676
- name: Download all the Dists
77-
uses: actions/download-artifact@v3
77+
uses: actions/download-artifact@v4.1.7
7878
with:
7979
name: python-package-distributions
8080
path: dist/
@@ -120,7 +120,7 @@ jobs:
120120

121121
steps:
122122
- name: Download all the Dists
123-
uses: actions/download-artifact@v3
123+
uses: actions/download-artifact@v4.1.7
124124
with:
125125
name: python-package-distributions
126126
path: dist/

0 commit comments

Comments
 (0)