Skip to content

Commit dca2e44

Browse files
Bump actions/download-artifact from 4 to 5
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] <support@github.com>
1 parent 34b2143 commit dca2e44

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: .
@@ -111,7 +111,7 @@ jobs:
111111
runs-on: ubuntu-latest
112112
steps:
113113
- uses: actions/checkout@v4
114-
- uses: actions/download-artifact@v4
114+
- uses: actions/download-artifact@v5
115115
with:
116116
name: dist
117117
path: dist

0 commit comments

Comments
 (0)