From 6d52435a0c73bf629262ff86dd60f7c76e616481 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:10:55 +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..d04a50ce25 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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4 with: name: gh-release-${{ github.event.pull_request.head.sha || github.event.head_commit.id }}-${{ strategy.job-index }} path: dist