Skip to content

Commit 75227c5

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] <[email protected]>
1 parent f7aa177 commit 75227c5

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
@@ -40,7 +40,7 @@ jobs:
4040
needs: build
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/download-artifact@v4
43+
- uses: actions/download-artifact@v5
4444
with:
4545
name: build
4646
- uses: actions/setup-node@v1
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
if: github.ref == 'refs/heads/main'
6464
steps:
65-
- uses: actions/download-artifact@v4
65+
- uses: actions/download-artifact@v5
6666
with:
6767
name: build
6868
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)