Skip to content

Commit 4651b2b

Browse files
build(deps): bump actions/download-artifact from 3 to 4 (#1002)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05a8a40 commit 4651b2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
steps:
277277
# Will download all artifacts to path
278278
- name: Download build artifacts
279-
uses: actions/download-artifact@v3
279+
uses: actions/download-artifact@v4
280280
with:
281281
path: dist
282282

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Will download all artifacts to path
5656
- name: Download build artifacts
5757
if: ${{ env.new_version == 'this' }}
58-
uses: actions/download-artifact@v3
58+
uses: actions/download-artifact@v4
5959
with:
6060
name: builds-Linux-py3.9
6161
path: dist

0 commit comments

Comments
 (0)