Skip to content

Commit

Permalink
update workflows to use upload/download artifacts v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Dec 12, 2024
1 parent 49ddba9 commit d0e3e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/checkpoint-sync/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,12 +228,12 @@ runs:
fi
sleep 1;
done;
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: ${{ inputs.network }}-${{ inputs.consensus }}-checkpointz.log
path: logs/checkpointz.log
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: ${{ inputs.network }}-${{ inputs.consensus }}-consensus.log
Expand Down

0 comments on commit d0e3e10

Please sign in to comment.