Skip to content

Commit 62b4729

Browse files
build(deps): bump actions/download-artifact from 4 to 5 (#419)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 81f328e commit 62b4729

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v4
4949
- if: matrix.target == 'built' || github.event_name == 'pull_request'
50-
uses: actions/download-artifact@v4
50+
uses: actions/download-artifact@v5
5151
with:
5252
name: dist
5353
path: dist
5454
- if: matrix.target == 'built' || github.event_name == 'pull_request'
55-
uses: actions/download-artifact@v4
55+
uses: actions/download-artifact@v5
5656
with:
5757
name: action.yml
5858
path: .
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- uses: actions/checkout@v4
77-
- uses: actions/download-artifact@v4
77+
- uses: actions/download-artifact@v5
7878
with:
7979
name: dist
8080
path: dist

0 commit comments

Comments
 (0)