Skip to content

Commit 433a878

Browse files
Bump actions/download-artifact from 4 to 5 (#2042)
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 a56a9d1 commit 433a878

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
@@ -49,12 +49,12 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v4
5151
- if: matrix.target == 'built' || github.event_name == 'pull_request'
52-
uses: actions/download-artifact@v4
52+
uses: actions/download-artifact@v5
5353
with:
5454
name: dist
5555
path: dist
5656
- if: matrix.target == 'built' || github.event_name == 'pull_request'
57-
uses: actions/download-artifact@v4
57+
uses: actions/download-artifact@v5
5858
with:
5959
name: action.yml
6060
path: .
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595
- uses: actions/checkout@v4
9696
- run: rm -rf dist
97-
- uses: actions/download-artifact@v4
97+
- uses: actions/download-artifact@v5
9898
with:
9999
name: dist
100100
path: dist

0 commit comments

Comments
 (0)