Skip to content

Commit 749abe9

Browse files
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#113)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 123391c commit 749abe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ubuntu-latest
8989
needs: [build_wheels, build_sdist]
9090
steps:
91-
- uses: actions/download-artifact@v3
91+
- uses: actions/download-artifact@v4.1.7
9292
with:
9393
name: artifact
9494
path: dist
@@ -112,7 +112,7 @@ jobs:
112112
runs-on: ubuntu-latest
113113
needs: [build_wheels, build_sdist]
114114
steps:
115-
- uses: actions/download-artifact@v2
115+
- uses: actions/download-artifact@v4.1.7
116116
with:
117117
name: artifact
118118
path: dist

0 commit comments

Comments
 (0)