Skip to content

Commit 976131d

Browse files
committed
feat(checkpoint-sync): upgrade upload-artifact action to v4
The action was upgraded to the latest major version.
1 parent cb0ec7b commit 976131d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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)