Skip to content

Commit

Permalink
Upgrade Github action actions/download-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 e55d759 commit 2628910
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 @@ -70,7 +70,7 @@ jobs:
steps:

- name: Download wasm dist artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: tx2-web-dist
path: dist-for-deploy
Expand Down

0 comments on commit 2628910

Please sign in to comment.