Skip to content

Commit 87b7cf0

Browse files
authored
Merge pull request #77 from oasisprotocol/mz/action
Update actions/upload-artifact action to v4
2 parents 3e8ef37 + 5828e76 commit 87b7cf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Upload frontend build artifacts
5454
# Upload build artifacts on push event.
5555
if: github.event_name == 'push'
56-
uses: actions/upload-artifact@v3
56+
uses: actions/upload-artifact@v4
5757
with:
5858
name: oasis-voTEE-frontend-${{ steps.vars.outputs.SHORT_SHA }}
5959
path: frontend/dist

0 commit comments

Comments
 (0)