Skip to content

Commit 5074660

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#377)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 983cb4a commit 5074660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
needs: [bdist, sdist]
8383
runs-on: ubuntu-latest
8484
steps:
85-
- uses: actions/download-artifact@v3 # https://github.com/actions/upload-artifact/issues/478
85+
- uses: actions/download-artifact@v4.1.7 # https://github.com/actions/upload-artifact/issues/478
8686
if: startsWith(github.ref, 'refs/tags/')
8787
with:
8888
name: artifact

0 commit comments

Comments
 (0)