Browse Source

chore(deps): update actions/download-artifact action to v3 (#688)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
remotes/origin/feat/support-install-latest
renovate[bot] 3 years ago committed by GitHub
parent
commit
776f1a6893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/rust.yml

2
.github/workflows/rust.yml

@ -188,7 +188,7 @@ jobs: @@ -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

Loading…
Cancel
Save