We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e52041 + d4b8440 commit 16e3bd1Copy full SHA for 16e3bd1
.github/workflows/ci-build.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Upload frontend build artifacts
59
# Upload build artifacts on push event.
60
if: github.event_name == 'push'
61
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
62
with:
63
name: oasisprotocol-dapp-staker-frontend-${{ steps.vars.outputs.SHORT_SHA }}
64
path: home/dist
0 commit comments