Skip to content

Commit

Permalink
Switch to download-artifact v4 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
robklg authored Dec 15, 2024
1 parent a33f3f3 commit 168f0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
# env:
# GITHUB_TOKEN: ${{ github.token }}
- name: Download
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ${{ env.file_name }}
path: ${{ env.file_dir }}
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
uses: actions/checkout@v2

- name: Download linux musl
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: unftp_x86_64-unknown-linux-musl
path: ./x86_64-unknown-linux-musl
Expand Down

0 comments on commit 168f0f4

Please sign in to comment.