diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6413bfc..03faccb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -188,7 +188,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Download a single artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: fnm-linux - name: Make the binary runnable