From 776f1a68938230f85436359cecb194d6b9c64800 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 10:30:02 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v3 (#688) Co-authored-by: Renovate Bot --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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