Skip to content

Commit

Permalink
ci: updated upload-artifact v3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashk767 committed Sep 12, 2024
1 parent 7f77a9f commit b590290
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 @@ -122,7 +122,7 @@ jobs:
mv razor_go.linux-amd64.tar.gz ../../
- name: Upload AMD Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: razor_go.linux-amd64.tar.gz
path: razor_go.linux-amd64.tar.gz
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
mv razor_go.linux-arm64.tar.gz ../../
- name: Upload ARM Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: razor_go.linux-arm64.tar.gz
path: razor_go.linux-arm64.tar.gz
Expand Down

0 comments on commit b590290

Please sign in to comment.