Skip to content

Commit ac0247d

Browse files
dependabot[bot]saghul
authored andcommitted
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] <[email protected]>
1 parent 1427086 commit ac0247d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
id-token: write # IMPORTANT: mandatory for trusted publishing
8282
steps:
8383
- name: Download all the dists
84-
uses: actions/download-artifact@v3
84+
uses: actions/download-artifact@v4.1.7
8585
with:
8686
name: python-package-distributions
8787
path: dist/
@@ -101,7 +101,7 @@ jobs:
101101
steps:
102102
- uses: actions/checkout@v3
103103
- name: Download all the dists
104-
uses: actions/download-artifact@v3
104+
uses: actions/download-artifact@v4.1.7
105105
with:
106106
name: python-package-distributions
107107
path: dist/

0 commit comments

Comments
 (0)