Skip to content

Commit a47be82

Browse files
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f150f8 commit a47be82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
runs-on: ubuntu-latest
231231
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
232232
steps:
233-
- uses: actions/download-artifact@v2
233+
- uses: actions/download-artifact@v4.1.7
234234
with:
235235
name: artifact
236236
path: dist

0 commit comments

Comments
 (0)