From 292ba187da8fc4810f8bd592a9f03885e5f42a5d Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 18:12:15 +0000 Subject: [PATCH] Update Pin dependencies Update actions/upload-artifact Changelog-entry: Update actions/upload-artifact to --- .github/actions/publish/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index 0ef3ececb7..360f85875e 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -19,11 +19,11 @@ runs: using: "composite" steps: - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 # https://github.com/moby/moby/blob/master/.github/workflows - name: Build release - uses: docker/bake-action@v2 + uses: docker/bake-action@6c87dcca988e4e074e3ab1f976a70f63ec9673fb # v2 with: targets: cross env: @@ -54,7 +54,7 @@ runs: -C bundles/cross/${{ env.matrix_value }} . - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4 with: name: gh-release-${{ github.event.pull_request.head.sha || github.event.head_commit.id }}-${{ strategy.job-index }} path: dist