Skip to content

Commit f65c674

Browse files
Bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d44b06 commit f65c674

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
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
if: github.ref == 'refs/heads/main'
4747
steps:
48-
- uses: actions/download-artifact@v5
48+
- uses: actions/download-artifact@v6
4949
with:
5050
name: build
5151
- uses: peaceiris/actions-gh-pages@v4
@@ -69,7 +69,7 @@ jobs:
6969
needs: build
7070
runs-on: ubuntu-latest
7171
steps:
72-
- uses: actions/download-artifact@v5
72+
- uses: actions/download-artifact@v6
7373
with:
7474
name: build
7575
- uses: actions/setup-node@v6
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-latest
9292
if: github.ref == 'refs/heads/main'
9393
steps:
94-
- uses: actions/download-artifact@v5
94+
- uses: actions/download-artifact@v6
9595
with:
9696
name: build
9797
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)