Skip to content

Commit

Permalink
Update Pin dependencies
Browse files Browse the repository at this point in the history
Update actions/upload-artifact
Changelog-entry: Update actions/upload-artifact to
  • Loading branch information
balena-renovate[bot] committed Feb 5, 2024
1 parent 1c820e5 commit c46f35b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c46f35b

Please sign in to comment.