File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
.github/workflows/actions
update-reference-screenshots Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ inputs:
1010runs :
1111 using : ' composite'
1212 steps :
13- - uses : actions/download-artifact@v6
13+ - uses : actions/download-artifact@v7
1414 with :
1515 name : ${{ inputs.name }}
1616 path : ${{ inputs.path }}
Original file line number Diff line number Diff line change 6262 working-directory : ./core
6363 - name : 📦 Archive Updated Screenshots
6464 if : inputs.update == 'true' && steps.test-and-update.outputs.hasUpdatedScreenshots == 'true'
65- uses : actions/upload-artifact@v5
65+ uses : actions/upload-artifact@v6
6666 with :
6767 name : updated-screenshots-${{ inputs.shard }}-${{ inputs.totalShards }}
6868 path : UpdatedScreenshots-${{ inputs.shard }}-${{ inputs.totalShards }}.zip
Original file line number Diff line number Diff line change 1010 - uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
1111 with :
1212 node-version : 24.x
13- - uses : actions/download-artifact@v6
13+ - uses : actions/download-artifact@v7
1414 with :
1515 path : ./artifacts
1616 - name : 🔎 Extract Archives
Original file line number Diff line number Diff line change 1313 - name : 🗄️ Create Archive
1414 run : zip -q -r ${{ inputs.output }} ${{ inputs.paths }}
1515 shell : bash
16- - uses : actions/upload-artifact@v5
16+ - uses : actions/upload-artifact@v6
1717 with :
1818 name : ${{ inputs.name }}
1919 path : ${{ inputs.output }}
You can’t perform that action at this time.
0 commit comments