Skip to content

Commit

Permalink
use updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 28, 2024
1 parent 8bc8948 commit 356e592
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ jobs:
- uses: taiki-e/install-action@cargo-hack

- name: Download cargo-msrv
uses: dsaltares/fetch-gh-release-asset@master
uses: robinraju/release-downloader@v1
with:
repo: foresterre/cargo-msrv
file: "cargo-msrv-x86_64-${{ matrix.param.system }}-v.*\\.tgz"
regex: true
repository: foresterre/cargo-msrv
latest: true
fileName: "cargo-msrv-x86_64-${{ matrix.param.system }}-v*.tgz"

- name: Install cargo-msrv
run: |
Expand Down

0 comments on commit 356e592

Please sign in to comment.