Skip to content

Commit 3bd8eb5

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-docs.yml

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

6565
steps:
6666
- name: Download artifacts
67-
uses: actions/download-artifact@v1
67+
uses: actions/download-artifact@v4.1.7
6868
with:
6969
name: docs
7070
path: artifacts
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181
steps:
8282
- name: Download artifact
83-
uses: actions/download-artifact@v3
83+
uses: actions/download-artifact@v4.1.7
8484
with:
8585
name: docs
8686

.github/workflows/upload_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Download artifact
25-
uses: actions/download-artifact@v4
25+
uses: actions/download-artifact@v4.1.7
2626
with:
2727
name: ${{ steps.artifactname.outputs.wheelfile }}
2828
path: dist

0 commit comments

Comments
 (0)