Skip to content

Commit 978effe

Browse files
build(deps): bump actions/download-artifact from 4 to 5 (#425)
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 aaef3ca commit 978effe

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
@@ -58,12 +58,12 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@v4
6060
- if: matrix.target == 'built' || github.event_name == 'pull_request'
61-
uses: actions/download-artifact@v4
61+
uses: actions/download-artifact@v5
6262
with:
6363
name: dist
6464
path: dist
6565
- if: matrix.target == 'built' || github.event_name == 'pull_request'
66-
uses: actions/download-artifact@v4
66+
uses: actions/download-artifact@v5
6767
with:
6868
name: action.yml
6969
path: .
@@ -123,7 +123,7 @@ jobs:
123123
runs-on: ubuntu-latest
124124
steps:
125125
- uses: actions/checkout@v4
126-
- uses: actions/download-artifact@v4
126+
- uses: actions/download-artifact@v5
127127
with:
128128
name: dist
129129
path: dist

0 commit comments

Comments
 (0)