We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e8ef37 + 5828e76 commit 87b7cf0Copy full SHA for 87b7cf0
1 file changed
.github/workflows/ci-build.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Upload frontend build artifacts
54
# Upload build artifacts on push event.
55
if: github.event_name == 'push'
56
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
57
with:
58
name: oasis-voTEE-frontend-${{ steps.vars.outputs.SHORT_SHA }}
59
path: frontend/dist
0 commit comments