Skip to content

Commit 496b051

Browse files
dependabot[bot]lrq3000
authored andcommitted
build(deps): bump actions/download-artifact 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 2d64a9f commit 496b051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- name: Unpack default artifact into dist/
69-
uses: actions/download-artifact@v3
69+
uses: actions/download-artifact@v4.1.7
7070
with:
7171
# unpacks default artifact into dist/
7272
# if `name: artifact` is omitted, the action will create extra parent dir
@@ -94,7 +94,7 @@ jobs:
9494
needs: [testbuild, upload_test_pypi]
9595
runs-on: ubuntu-latest
9696
steps:
97-
- uses: actions/download-artifact@v3
97+
- uses: actions/download-artifact@v4.1.7
9898
with:
9999
# unpacks default artifact into dist/
100100
# if `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)