From b4f3a622ebfc9191166269413c0d1e6227b735bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 19:49:50 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to ea165f8 --- .github/workflows/flex-build.yml | 2 +- .github/workflows/run-gametests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flex-build.yml b/.github/workflows/flex-build.yml index 468150f..b031f49 100644 --- a/.github/workflows/flex-build.yml +++ b/.github/workflows/flex-build.yml @@ -85,7 +85,7 @@ jobs: - if: inputs.upload name: Upload artifacts - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: jars-${{ inputs.mc || inputs.dir }}${{ inputs.dir == 'gametest' && '-gametest' || '' }} path: ${{ inputs.dir }}/build/libs/*.jar diff --git a/.github/workflows/run-gametests.yml b/.github/workflows/run-gametests.yml index 3017261..e8a7cdb 100644 --- a/.github/workflows/run-gametests.yml +++ b/.github/workflows/run-gametests.yml @@ -26,7 +26,7 @@ jobs: # TODO: add cleanup job runs-on: blacksmith-2vcpu-ubuntu-2204 steps: - name: Merge artifacts - uses: actions/upload-artifact/merge@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 + uses: actions/upload-artifact/merge@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: delete-merged: true