Skip to content

Commit

Permalink
Bump download artifact (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte authored Feb 7, 2025
1 parent e40cded commit b9f4386
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,27 +106,27 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
steps:
- name: Download Linux tarball
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: platform-tools-linux-x86_64.tar.bz2
- name: Download Linux move-dev
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: move-dev-linux-x86_64.tar.bz2
- name: Download macOS tarball
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: platform-tools-osx-aarch64.tar.bz2
- name: Download macOS move-dev
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: move-dev-osx-aarch64.tar.bz2
- name: Download Windows tarball
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: platform-tools-windows-x86_64.tar.bz2
- name: Download Windows move-dev
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: move-dev-windows-x86_64.tar.bz2
- name: Create Release
Expand Down

0 comments on commit b9f4386

Please sign in to comment.