Skip to content

Commit

Permalink
chore: upgrade actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Oct 11, 2024
1 parent 938e193 commit 5612bf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
mkdir bin
mv ./packages/cli/bin/zap ./bin/zap
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: zap_x86_64-apple-darwin
path: ./bin/zap
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
mkdir bin
mv ./packages/cli/bin/zap ./bin/zap
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: zap_arm64-apple-darwin
path: ./bin/zap
Expand All @@ -87,7 +87,7 @@ jobs:
mkdir bin
mv ./packages/cli/bin/zap ./bin/zap
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: zap_x86_64-linux-musl
path: ./bin/zap
Expand All @@ -107,7 +107,7 @@ jobs:
mv ./packages/cli/bin/zap.exe ./bin/zap.exe
ls -al ./bin
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: zap_x86_64-pc-win32.exe
path: ${{ github.workspace }}\bin\zap.exe
Expand Down

0 comments on commit 5612bf4

Please sign in to comment.