Skip to content

Commit 2877192

Browse files
build(deps): bump actions/download-artifact from 4 to 5 (#322)
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 444ccd3 commit 2877192

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
@@ -48,12 +48,12 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v4
5050
- if: matrix.target == 'built' || github.event_name == 'pull_request'
51-
uses: actions/download-artifact@v4
51+
uses: actions/download-artifact@v5
5252
with:
5353
name: dist
5454
path: dist
5555
- if: matrix.target == 'built' || github.event_name == 'pull_request'
56-
uses: actions/download-artifact@v4
56+
uses: actions/download-artifact@v5
5757
with:
5858
name: action.yml
5959
path: .
@@ -87,7 +87,7 @@ jobs:
8787
runs-on: ubuntu-latest
8888
steps:
8989
- uses: actions/checkout@v4
90-
- uses: actions/download-artifact@v4
90+
- uses: actions/download-artifact@v5
9191
with:
9292
name: dist
9393
path: dist

0 commit comments

Comments
 (0)