File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 if : contains(steps.last_version.outputs.tag_name, steps.future_version.outputs.version) == false
6363
6464 - name : Upload changelog
65- uses : actions/upload-artifact@v4
65+ uses : actions/upload-artifact@v5
6666 if : contains(steps.last_version.outputs.tag_name, steps.future_version.outputs.version) == false
6767 with :
6868 name : Changelog
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 CYPRESS_GROUP : Run ${{ startsWith(matrix.containers, 'component') && 'component' || 'E2E' }}
140140
141141 - name : Upload snapshots
142- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
142+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0 .0
143143 if : always()
144144 with :
145145 name : snapshots_${{ matrix.containers }}
You can’t perform that action at this time.
0 commit comments