8000 Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows · larray-project/larray@d0bda9e · GitHub
[go: up one dir, main page]

Skip to content

Commit d0bda9e

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
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>
1 parent f5edac7 commit d0bda9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

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

4242
steps:
4343
- name: Download all the dists
44-
uses: actions/download-artifact@v3
44+
uses: actions/download-artifact@v4.1.7
4545
with:
4646
name: python-distribution-packages
4747
path: dist/
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: Download all the dists
68-
uses: actions/download-artifact@v3
68+
uses: actions/download-artifact@v4.1.7
6969
with:
7070
name: python-distribution-packages
7171
path: dist/

0 commit comments

Comments
 (0)
0