Skip to content

Commit

Permalink
Update all github action dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <[email protected]>
  • Loading branch information
renovate[bot] authored and kkourt committed Jul 8, 2024
1 parent acd8758 commit fc0e152
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildx-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: download first patch
if: ${{ steps.check.outputs.build == 'y' && inputs.apply-patch != '' }}
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: ${{ inputs.apply-patch }}
path: /tmp/
Expand All @@ -82,7 +82,7 @@ jobs:
- name: download second patch
if: ${{ steps.check.outputs.build == 'y' && inputs.apply-patch-2 != '' }}
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: ${{ inputs.apply-patch-2 }}
path: /tmp/
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- name: upload patch
if: ${{ inputs.patch-cmd != '' }}
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: ${{ inputs.name }}.patch
path: ${{ inputs.name }}.patch
2 changes: 1 addition & 1 deletion .github/workflows/buildx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: download all artifacts
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
pattern: "*.patch"
path: /tmp/artifacts
Expand Down

0 comments on commit fc0e152

Please sign in to comment.