Skip to content

Commit e2426b4

Browse files
build(deps): bump the github-actions group with 2 updates (#453)
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 70673b5 commit e2426b4

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
@@ -32,11 +32,11 @@ jobs:
3232
- run: npm run format-check
3333
- run: npm run lint
3434
- run: npm run test
35-
- uses: actions/upload-artifact@v6
35+
- uses: actions/upload-artifact@v7
3636
with:
3737
name: dist
3838
path: dist
39-
- uses: actions/upload-artifact@v6
39+
- uses: actions/upload-artifact@v7
4040
with:
4141
name: action.yml
4242
path: action.yml
@@ -58,12 +58,12 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@v6
6060
- if: matrix.target == 'built' || github.event_name == 'pull_request'
61-
uses: actions/download-artifact@v7
61+
uses: actions/download-artifact@v8
6262
with:
6363
name: dist
6464
path: dist
6565
- if: matrix.target == 'built' || github.event_name == 'pull_request'
66-
uses: actions/download-artifact@v7
66+
uses: actions/download-artifact@v8
6767
with:
6868
name: action.yml
6969
path: .
@@ -123,7 +123,7 @@ jobs:
123123
runs-on: ubuntu-latest
124124
steps:
125125
- uses: actions/checkout@v6
126-
- uses: actions/download-artifact@v7
126+
- uses: actions/download-artifact@v8
127127
with:
128128
name: dist
129129
path: dist

0 commit comments

Comments
 (0)