Skip to content

Commit

Permalink
chore (Build): Update to upload-artifact@v4, v3 is deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
jafin committed Jun 18, 2024
1 parent ee5e1d5 commit c0ca0e8
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 @@ -24,7 +24,7 @@ jobs:
run: |
./build.ps1 publish
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app
path: artifacts/

0 comments on commit c0ca0e8

Please sign in to comment.