Skip to content

Commit

Permalink
Upgrade Github action actions/upload-artifact from v3 to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
youngman-g committed Jul 14, 2024
1 parent 28dc923 commit e55d759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# Save wasm build so that we can optionally deploy it without rebuilding
- name: Save wasm dist artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: tx2-web-dist
path: tx2-web/dist
Expand Down

0 comments on commit e55d759

Please sign in to comment.