Skip to content

Commit 1f7fe50

Browse files
Update actions/download-artifact action to v5
1 parent 1c768fb commit 1f7fe50

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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
128+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
402+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
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
@@ -44,7 +44,7 @@ runs:
4444

4545
- name: Download JUnit reports SHA artifact
4646
if: ${{ steps.junit-reports-sha-check.outputs.exists == 'true' }}
47-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
47+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
4848
with:
4949
name: ${{ inputs.artifact-name }}
5050
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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
74+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
7575
with:
7676
name: ${{ inputs.artifact-name }}
7777
path: junit-reports-artifact

0 commit comments

Comments
 (0)