Skip to content

Commit 6a3221c

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 0bca5a6 commit 6a3221c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
needs: build
6464
runs-on: ubuntu-latest
6565
steps:
66-
- uses: actions/download-artifact@v5
66+
- uses: actions/download-artifact@v6
6767
with:
6868
name: build
6969
- uses: actions/setup-node@v6
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686
if: github.ref == 'refs/heads/main'
8787
steps:
88-
- uses: actions/download-artifact@v5
88+
- uses: actions/download-artifact@v6
8989
with:
9090
name: build
9191
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)