Skip to content

Commit

Permalink
chore: workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfdl committed Jun 18, 2024
1 parent fb6f145 commit 8f311b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# Upload the zip file as an artifact
- name: Upload artifact
if: github.event_name != 'release'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.FILENAME }}
path: ./${{ env.FILENAME }}.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# Upload the zip file as an artifact
- name: Upload artifact
if: github.event_name != 'release'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.FILENAME }}
path: ./${{ env.FILENAME }}.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
# Upload the zip file as an artifact
- name: Upload artifact
if: github.event_name != 'release'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.FILENAME }}
path: ./${{ env.FILENAME }}.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-win-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Upload the zip file as an artifact
- name: Upload artifact
if: github.event_name != 'release'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.FILENAME }}
path: ./${{ env.FILENAME }}.zip
Expand Down

0 comments on commit 8f311b6

Please sign in to comment.