Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 5ad6433 commit e783cae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Download target directories (2.12.15, rootJS)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJS

Expand All @@ -161,7 +161,7 @@ jobs:
rm targets.tar
- name: Download target directories (2.12.15, rootJVM)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJVM

Expand All @@ -171,7 +171,7 @@ jobs:
rm targets.tar
- name: Download target directories (2.12.15, rootNative)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootNative

Expand All @@ -181,7 +181,7 @@ jobs:
rm targets.tar
- name: Download target directories (2.13.6, rootJS)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.6-rootJS

Expand All @@ -191,7 +191,7 @@ jobs:
rm targets.tar
- name: Download target directories (2.13.6, rootJVM)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.6-rootJVM

Expand All @@ -201,7 +201,7 @@ jobs:
rm targets.tar
- name: Download target directories (2.13.6, rootNative)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.6-rootNative

Expand All @@ -211,7 +211,7 @@ jobs:
rm targets.tar
- name: Download target directories (3.1.1, rootJS)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.1-rootJS

Expand All @@ -221,7 +221,7 @@ jobs:
rm targets.tar
- name: Download target directories (3.1.1, rootJVM)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.1-rootJVM

Expand Down

0 comments on commit e783cae

Please sign in to comment.