Skip to content

Commit 2d8734e

Browse files
build(deps): bump actions/download-artifact from 3 to 4 (#266)
* build(deps): bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * bump upload-artifact --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Evans <[email protected]>
1 parent 4df95d9 commit 2d8734e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
- run: npm run format-check
2525
- run: npm run lint
2626
- run: npm run test
27-
- uses: actions/upload-artifact@v3
27+
- uses: actions/upload-artifact@v4
2828
with:
2929
name: dist
3030
path: dist
31-
- uses: actions/upload-artifact@v3
31+
- uses: actions/upload-artifact@v4
3232
with:
3333
name: action.yml
3434
path: action.yml
@@ -42,12 +42,12 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v4
4444
- if: matrix.target == 'built' || github.event_name == 'pull_request'
45-
uses: actions/download-artifact@v3
45+
uses: actions/download-artifact@v4
4646
with:
4747
name: dist
4848
path: dist
4949
- if: matrix.target == 'built' || github.event_name == 'pull_request'
50-
uses: actions/download-artifact@v3
50+
uses: actions/download-artifact@v4
5151
with:
5252
name: action.yml
5353
path: .
@@ -148,7 +148,7 @@ jobs:
148148
runs-on: ubuntu-latest
149149
steps:
150150
- uses: actions/checkout@v4
151-
- uses: actions/download-artifact@v3
151+
- uses: actions/download-artifact@v4
152152
with:
153153
name: dist
154154
path: dist

0 commit comments

Comments
 (0)