Skip to content

Commit ece3272

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 59944d5 commit ece3272

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
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
if: github.ref == 'refs/heads/main'
4646
steps:
47-
- uses: actions/download-artifact@v6
47+
- uses: actions/download-artifact@v7
4848
with:
4949
name: build
5050
- uses: peaceiris/actions-gh-pages@v4
@@ -68,7 +68,7 @@ jobs:
6868
needs: build
6969
runs-on: ubuntu-latest
7070
steps:
71-
- uses: actions/download-artifact@v6
71+
- uses: actions/download-artifact@v7
7272
with:
7373
name: build
7474
- uses: actions/setup-node@v6
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ubuntu-latest
9191
if: github.ref == 'refs/heads/main'
9292
steps:
93-
- uses: actions/download-artifact@v6
93+
- uses: actions/download-artifact@v7
9494
with:
9595
name: build
9696
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)