Skip to content

Commit

Permalink
fix github release flow part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Jan 30, 2025
1 parent 418e73e commit 30ce26b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ jobs:
uses: actions/checkout@v3

- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: linux
path: ./linux

- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: macos
path: ./macos
Expand Down

0 comments on commit 30ce26b

Please sign in to comment.