Skip to content

Commit cb059c7

Browse files
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ac0c4f commit cb059c7

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
@@ -47,7 +47,7 @@ jobs:
4747
needs: build
4848
runs-on: ubuntu-latest
4949
steps:
50-
- uses: actions/download-artifact@v2
50+
- uses: actions/download-artifact@v4.1.7
5151
with:
5252
name: build
5353
- uses: actions/setup-node@v1
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
if: github.ref == 'refs/heads/main'
7070
steps:
71-
- uses: actions/download-artifact@v2
71+
- uses: actions/download-artifact@v4.1.7
7272
with:
7373
name: build
7474
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)