We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f084ca commit f32a54aCopy full SHA for f32a54a
1 file changed
.github/actions/upload-actual/action.yml
@@ -22,7 +22,7 @@ runs:
22
using: composite
23
steps:
24
- name: Upload Actual Results
25
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
26
with:
27
name: actual_${{ inputs.name }}
28
path: ${{ inputs.it-dir }}/${{ inputs.actual-dir }}
@@ -46,7 +46,7 @@ runs:
46
npx diff2html-cli --input file --style side --file "target/diff_${NAME}.html" -- "target/test.diff"
47
48
- name: Upload Diff Report
49
50
51
name: diff_${{ inputs.name }}
52
path: ${{ inputs.it-dir }}/target/diff_${{ inputs.name }}.html
0 commit comments