Skip to content

Commit 1b4f7bc

Browse files
renovate[bot]Donnerbart
authored andcommitted
Update actions/download-artifact digest to d3f86a1
1 parent f5dcd2f commit 1b4f7bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
fi
126126
127127
- name: Download JUnit reports SHA artifact
128-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
128+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
129129
with:
130130
name: junit-xml-reports-sha
131131
path: junit-xml-reports-sha-artifact-assertion
@@ -399,7 +399,7 @@ jobs:
399399
fi
400400
401401
- name: Download JUnit reports artifact
402-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
402+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
403403
with:
404404
name: junit-xml-report-new
405405
path: junit-reports-artifact-assertion

checkout-junit-reports/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
using: composite
3838
steps:
3939
- name: Download JUnit reports SHA artifact
40-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
40+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
4141
with:
4242
name: ${{ inputs.artifact-name }}
4343
path: ${{ inputs.artifact-path }}

merge-junit-reports/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
delete-merged: ${{ inputs.split-artifact-delete-merged }}
7272

7373
- name: Download JUnit reports artifact
74-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
74+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
7575
with:
7676
name: ${{ inputs.artifact-name }}
7777
path: junit-reports-artifact

0 commit comments

Comments
 (0)