Skip to content

Commit

Permalink
[fix] move to upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
aarjaneiro committed Nov 10, 2024
1 parent f901fd2 commit 1e4ffb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
sdk-channel: release
- name: Upload app artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
path: dist/
Expand Down

0 comments on commit 1e4ffb7

Please sign in to comment.