Skip to content

Commit 16e3bd1

Browse files
authored
Merge pull request #158 from oasisprotocol/mz/action
Update actions/upload-artifact action to v4
2 parents 6e52041 + d4b8440 commit 16e3bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Upload frontend build artifacts
5959
# Upload build artifacts on push event.
6060
if: github.event_name == 'push'
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: oasisprotocol-dapp-staker-frontend-${{ steps.vars.outputs.SHORT_SHA }}
6464
path: home/dist

0 commit comments

Comments
 (0)