Skip to content

Commit 374d2b6

Browse files
Update GitHub Actions dependencies
1 parent bc8f37b commit 374d2b6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/integration-test.yml

Lines changed: 3 additions & 3 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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
128+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
129129
with:
130130
name: junit-xml-reports-sha
131131
path: junit-xml-reports-sha-artifact-assertion
@@ -278,7 +278,7 @@ jobs:
278278
echo "</testsuite>" >> $FILE
279279
280280
- name: Upload JUnit report artifact
281-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
281+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
282282
with:
283283
name: junit-xml-reports-${{ matrix.split-index }}
284284
path: build/reports/test-results/*.xml
@@ -399,7 +399,7 @@ jobs:
399399
fi
400400
401401
- name: Download JUnit reports artifact
402-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
402+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
403403
with:
404404
name: junit-xml-report-new
405405
path: junit-reports-artifact-assertion

checkout-junit-reports/action.yml

Lines changed: 2 additions & 2 deletions
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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
40+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
4141
with:
4242
name: ${{ inputs.artifact-name }}
4343
path: ${{ inputs.artifact-path }}
@@ -90,7 +90,7 @@ runs:
9090
9191
- name: Upload JUnit report SHA
9292
if: ${{ steps.junit-reports-sha.outputs.upload-artifact == 'true' }}
93-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
93+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
9494
with:
9595
name: ${{ inputs.artifact-name }}
9696
path: ${{ inputs.artifact-path }}

merge-junit-reports/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ runs:
6464
fi
6565
6666
- name: Merge JUnit report artifacts
67-
uses: actions/upload-artifact/merge@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
67+
uses: actions/upload-artifact/merge@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
6868
with:
6969
name: ${{ inputs.artifact-name }}
7070
pattern: ${{ inputs.split-artifact-pattern }}
7171
delete-merged: ${{ inputs.split-artifact-delete-merged }}
7272

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

0 commit comments

Comments
 (0)