Skip to content

Commit 80d025a

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] <[email protected]>
1 parent 3e2dff0 commit 80d025a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
pip install pytest
8181
8282
- name: Download wheel
83-
uses: actions/download-artifact@v3
83+
uses: actions/download-artifact@v4.1.7
8484
with:
8585
name: build-output
8686
path: dist/
@@ -100,7 +100,7 @@ jobs:
100100

101101
steps:
102102
- name: Download artifacts
103-
uses: actions/download-artifact@v3
103+
uses: actions/download-artifact@v4.1.7
104104
with:
105105
name: build-output
106106
path: dist/

0 commit comments

Comments
 (0)