File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments