Skip to content

Commit ca3bdfb

Browse files
ci(deps): bump actions/download-artifact from 3 to 4
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] <support@github.com>
1 parent 4eee6c2 commit ca3bdfb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
steps:
9696
- uses: actions/checkout@v4
9797

98-
- uses: actions/download-artifact@v3
98+
- uses: actions/download-artifact@v4
9999
with:
100100
name: dist
101101
path: dist/

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
#
3434

3535
- name: Download the binary
36-
uses: actions/download-artifact@v3
36+
uses: actions/download-artifact@v4
3737
if: ${{ !inputs.test_docker_image }}
3838
with:
3939
name: dist
@@ -55,7 +55,7 @@ jobs:
5555
brew install docker colima
5656
colima start
5757
58-
- uses: actions/download-artifact@v3
58+
- uses: actions/download-artifact@v4
5959
if: ${{ inputs.test_docker_image }}
6060
with:
6161
name: docker_metadata_${{ inputs.os }}

0 commit comments

Comments
 (0)