Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-hosted Renovate Bot committed Jun 18, 2024
1 parent a2951b0 commit 3ea7e72
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 @@ -123,12 +123,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 3ea7e72

Please sign in to comment.