Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 9301188 commit 6a59245
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ jobs:

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

Expand Down Expand Up @@ -458,7 +458,7 @@ jobs:
# uses: actions/checkout@v4
#
# - name: Download Binaries
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
# with:
# name: binaries
#
Expand Down Expand Up @@ -506,7 +506,7 @@ jobs:
# uses: actions/checkout@v4
#
# - name: Download Binaries
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
# with:
# name: binaries
#
Expand Down Expand Up @@ -564,7 +564,7 @@ jobs:
password: ${{ secrets.SCOPECI_TOKEN }}

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ jobs:
uses: actions/checkout@v4

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

Expand Down Expand Up @@ -375,7 +375,7 @@ jobs:
uses: actions/checkout@v4

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

Expand Down

0 comments on commit 6a59245

Please sign in to comment.