Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4
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.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 9fd7e66 commit 56df9dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -464,19 +464,19 @@ jobs:
mv FoundationDB-7.1.29_arm64.pkg archive/
- name: Download linux-editor-deploy-windows-editor artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: linux-editor-deploy-windows-editor
path: "./archive/"

- name: Download linux-editor-deploy-linux-editor artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: linux-editor-deploy-linux-editor
path: "./archive/"

- name: Download macos-editor-deploy-macos-editor artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: macos-editor-deploy-macos-editor
path: "./archive/"
Expand Down Expand Up @@ -556,7 +556,7 @@ jobs:
uses: actions/checkout@v2

- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: archive
path: "archive"
Expand Down

0 comments on commit 56df9dd

Please sign in to comment.