Skip to content

Commit 02f2c3d

Browse files
build(deps): bump the github-actions group with 2 updates (#442)
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bada04b commit 02f2c3d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
- run: npm run format-check
2929
- run: npm run lint
3030
- run: npm run test
31-
- uses: actions/upload-artifact@v6
31+
- uses: actions/upload-artifact@v7
3232
with:
3333
name: dist
3434
path: dist
35-
- uses: actions/upload-artifact@v6
35+
- uses: actions/upload-artifact@v7
3636
with:
3737
name: action.yml
3838
path: action.yml
@@ -47,12 +47,12 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v6
4949
- if: matrix.target == 'built' || github.event_name == 'pull_request'
50-
uses: actions/download-artifact@v7
50+
uses: actions/download-artifact@v8
5151
with:
5252
name: dist
5353
path: dist
5454
- if: matrix.target == 'built' || github.event_name == 'pull_request'
55-
uses: actions/download-artifact@v7
55+
uses: actions/download-artifact@v8
5656
with:
5757
name: action.yml
5858
path: .
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- uses: actions/checkout@v6
77-
- uses: actions/download-artifact@v7
77+
- uses: actions/download-artifact@v8
7878
with:
7979
name: dist
8080
path: dist

0 commit comments

Comments
 (0)