Skip to content

Commit ecedc63

Browse files
renovate[bot]julianwiedmann
authored andcommitted
Update all github action dependencies
Signed-off-by: renovate[bot] <[email protected]>
1 parent dbc208b commit ecedc63

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/buildx-stage.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: download first patch
6969
if: ${{ steps.check.outputs.build == 'y' && inputs.apply-patch != '' }}
70-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
70+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
7171
with:
7272
name: ${{ inputs.apply-patch }}
7373
path: /tmp/
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: download second patch
8484
if: ${{ steps.check.outputs.build == 'y' && inputs.apply-patch-2 != '' }}
85-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
85+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
8686
with:
8787
name: ${{ inputs.apply-patch-2 }}
8888
path: /tmp/
@@ -143,7 +143,7 @@ jobs:
143143
144144
- name: upload patch
145145
if: ${{ inputs.patch-cmd != '' }}
146-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
146+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
147147
with:
148148
name: ${{ inputs.name }}.patch
149149
path: ${{ inputs.name }}.patch

.github/workflows/buildx.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
with:
271271
ref: ${{ github.event.pull_request.head.ref }}
272272
- name: download all artifacts
273-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
273+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
274274
with:
275275
pattern: "*.patch"
276276
path: /tmp/artifacts

0 commit comments

Comments
 (0)