Skip to content

Commit fcece41

Browse files
author
Self-hosted Renovate Bot
committed
chore(deps): update actions/upload-artifact action to v4
1 parent 9c4823c commit fcece41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/checkpoint-sync/action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,12 @@ runs:
228228
fi
229229
sleep 1;
230230
done;
231-
- uses: actions/upload-artifact@v3
231+
- uses: actions/upload-artifact@v4
232232
if: ${{ always() }}
233233
with:
234234
name: ${{ inputs.network }}-${{ inputs.consensus }}-checkpointz.log
235235
path: logs/checkpointz.log
236-
- uses: actions/upload-artifact@v3
236+
- uses: actions/upload-artifact@v4
237237
if: ${{ always() }}
238238
with:
239239
name: ${{ inputs.network }}-${{ inputs.consensus }}-consensus.log

0 commit comments

Comments
 (0)