Skip to content

Commit fa90a66

Browse files
Update actions/upload-artifact digest to 043fb46
1 parent 5636b87 commit fa90a66

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ jobs:
347347
echo "</testsuite>" >> $FILE
348348
349349
- name: Upload JUnit report artifact
350-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
350+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
351351
with:
352352
name: junit-xml-reports-${{ matrix.split-index }}
353353
path: build/reports/test-results/*.xml

checkout-junit-reports/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ runs:
111111
112112
- name: Upload JUnit report SHA
113113
if: ${{ steps.junit-reports-sha.outputs.upload-artifact == 'true' }}
114-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
114+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
115115
with:
116116
name: ${{ inputs.artifact-name }}
117117
path: ${{ inputs.artifact-path }}

merge-junit-reports/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464
fi
6565
6666
- name: Merge JUnit report artifacts
67-
uses: actions/upload-artifact/merge@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
67+
uses: actions/upload-artifact/merge@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
6868
with:
6969
name: ${{ inputs.artifact-name }}
7070
pattern: ${{ inputs.split-artifact-pattern }}

0 commit comments

Comments
 (0)