Skip to content

Commit f32a54a

Browse files
Pin actions/upload-artifact action to v4.6.2
1 parent 5f084ca commit f32a54a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/upload-actual/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
using: composite
2323
steps:
2424
- name: Upload Actual Results
25-
uses: actions/upload-artifact@v4
25+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2626
with:
2727
name: actual_${{ inputs.name }}
2828
path: ${{ inputs.it-dir }}/${{ inputs.actual-dir }}
@@ -46,7 +46,7 @@ runs:
4646
npx diff2html-cli --input file --style side --file "target/diff_${NAME}.html" -- "target/test.diff"
4747
4848
- name: Upload Diff Report
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5050
with:
5151
name: diff_${{ inputs.name }}
5252
path: ${{ inputs.it-dir }}/target/diff_${{ inputs.name }}.html

0 commit comments

Comments
 (0)