Skip to content

Commit

Permalink
bump to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Dec 12, 2024
1 parent 0f90acf commit f40eb63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
file: "beacon-node-oapi.json"
target: "deploy/releases/${{ matrix.release }}/beacon-node-oapi.json"
- name: Save releases (artifact)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: releases
retention-days: 7
Expand All @@ -48,7 +48,7 @@ jobs:
cp index.html ./deploy
cp validator-flow.md ./deploy
- name: Restore releases
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: releases
path: deploy/releases
Expand Down

0 comments on commit f40eb63

Please sign in to comment.