Skip to content

Commit

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

Bump actions/download-artifact from 3 to 4
  • Loading branch information
roblabla authored and github-actions[bot] committed Jun 1, 2024
2 parents f854482 + aa9e5da commit ba5f1b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,32 +132,32 @@ jobs:
fetch-depth: 0

#- name: Download Windows x86 binaries
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
# with:
# name: natives-win_x86_32

- name: Download Windows x86_64 binaries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: natives-win_x86_64

- name: Download MacOS x86_64 binaries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: natives-mac_x86_64

- name: Download MacOS ARM64 binaries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: natives-mac_arm_64

- name: Download Linux x86_64 binaries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: natives-linux_x86_64

- name: Download Linux ARM64 binaries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: natives-linux_arm_64

Expand Down

0 comments on commit ba5f1b4

Please sign in to comment.