Skip to content

Commit

Permalink
Merge pull request #2 from aardvark-community/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/dot-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
hyazinthh authored Sep 4, 2024
2 parents 72289da + 7f62e30 commit a0382c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,22 +93,22 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download OSX dependencies (x64)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: osx
path: libs/Native/
- name: Download OSX dependencies (arm64)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: osxm1
path: libs/Native/
- name: Download Linux dependencies
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: linux
path: libs/Native/
- name: Download Windows dependencies
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: windows
path: libs/Native/
Expand Down

0 comments on commit a0382c8

Please sign in to comment.