Skip to content

Commit adde266

Browse files
chore(deps): update actions/upload-artifact digest to 4cec3d8
1 parent c1cfa1b commit adde266

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/flex-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
- if: inputs.upload
8787
name: Upload artifacts
88-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
88+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
8989
with:
9090
name: jars-${{ inputs.mc || inputs.dir }}${{ inputs.dir == 'gametest' && '-gametest' || '' }}
9191
path: ${{ inputs.dir }}/build/libs/*.jar

.github/workflows/run-gametests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs: # TODO: add cleanup job
2626
runs-on: blacksmith-2vcpu-ubuntu-2204
2727
steps:
2828
- name: Merge artifacts
29-
uses: actions/upload-artifact/merge@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
29+
uses: actions/upload-artifact/merge@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
3030
with:
3131
delete-merged: true
3232

0 commit comments

Comments
 (0)