Skip to content

Commit

Permalink
ci: updated actions/download-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashk767 committed Sep 12, 2024
1 parent b590290 commit 618023e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@ jobs:
node-version: "18"

- name: Download Artifacts AMD
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: razor_go.linux-amd64.tar.gz

- name: Download Artifacts ARM
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: razor_go.linux-arm64.tar.gz

Expand Down

0 comments on commit 618023e

Please sign in to comment.