Skip to content

Commit c1c6dfc

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] <[email protected]>
1 parent 19ebdd5 commit c1c6dfc

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
@@ -62,7 +62,7 @@ jobs:
6262
needs: build
6363
runs-on: ubuntu-latest
6464
steps:
65-
- uses: actions/download-artifact@v6
65+
- uses: actions/download-artifact@v7
6666
with:
6767
name: build
6868
- uses: actions/setup-node@v6
@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ubuntu-latest
8585
if: github.ref == 'refs/heads/main'
8686
steps:
87-
- uses: actions/download-artifact@v6
87+
- uses: actions/download-artifact@v7
8888
with:
8989
name: build
9090
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)