Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e49b18

Browse files
build(deps): bump actions/download-artifact from 3 to 4 (#2625)
* 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 798d65c commit 9e49b18

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- run: npm run format-check
3030
- run: npm run lint
3131
- run: npm run test
32-
- uses: actions/upload-artifact@v3
32+
- uses: actions/upload-artifact@v4
3333
with:
3434
name: dist
3535
path: dist
36-
- uses: actions/upload-artifact@v3
36+
- uses: actions/upload-artifact@v4
3737
with:
3838
name: action.yml
3939
path: action.yml
@@ -50,12 +50,12 @@ jobs:
5050
with:
5151
ref: main
5252
- if: matrix.target == 'built' || github.event_name == 'pull_request'
53-
uses: actions/download-artifact@v3
53+
uses: actions/download-artifact@v4
5454
with:
5555
name: dist
5656
path: dist
5757
- if: matrix.target == 'built' || github.event_name == 'pull_request'
58-
uses: actions/download-artifact@v3
58+
uses: actions/download-artifact@v4
5959
with:
6060
name: action.yml
6161
path: .
@@ -116,7 +116,7 @@ jobs:
116116
runs-on: ubuntu-latest
117117
steps:
118118
- uses: actions/checkout@v4
119-
- uses: actions/download-artifact@v3
119+
- uses: actions/download-artifact@v4
120120
with:
121121
name: dist
122122
path: dist

0 commit comments

Comments
 (0)