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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent febd152 commit cbb30b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: Get binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: lsoracle-tests
- name: Unit Tests
Expand All @@ -69,11 +69,11 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Get binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: lsoracle-binary
- name: Get plugin
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: lsoracle-plugin
# - name: Prep previous
Expand Down

0 comments on commit cbb30b5

Please sign in to comment.