Skip to content

Commit 94fa353

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

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
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
if: github.ref == 'refs/heads/main'
4545
steps:
46-
- uses: actions/download-artifact@v4
46+
- uses: actions/download-artifact@v5
4747
with:
4848
name: build
4949
- uses: peaceiris/actions-gh-pages@v3
@@ -55,7 +55,7 @@ jobs:
5555
needs: build
5656
runs-on: ubuntu-latest
5757
steps:
58-
- uses: actions/download-artifact@v4
58+
- uses: actions/download-artifact@v5
5959
with:
6060
name: build
6161
- uses: actions/setup-node@v4
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-latest
7777
if: github.ref == 'refs/heads/main'
7878
steps:
79-
- uses: actions/download-artifact@v4
79+
- uses: actions/download-artifact@v5
8080
with:
8181
name: build
8282
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)