Skip to content

Commit

Permalink
Merge pull request #882 from criblio/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/download-artifact-3

Bump actions/download-artifact from 2 to 3
  • Loading branch information
jrcheli authored Apr 11, 2022
2 parents b0e436a + b706a4a commit b026b24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ jobs:

# Download the built binaries
- name: Download Binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: binaries

Expand Down Expand Up @@ -430,7 +430,7 @@ jobs:
uses: actions/checkout@v3

- name: Download Binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: binaries

Expand Down Expand Up @@ -478,7 +478,7 @@ jobs:
uses: actions/checkout@v3

- name: Download Binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: binaries

Expand Down Expand Up @@ -536,7 +536,7 @@ jobs:
password: ${{ secrets.SCOPECI_TOKEN }}

- name: Download Binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: binaries

Expand Down

0 comments on commit b026b24

Please sign in to comment.