File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9898 # Return the html output of the comparison even if failed
9999 - name : Upload comparison failures
100100 if : always()
101- uses : actions/upload-artifact@v4
101+ uses : actions/upload-artifact@v5
102102 with :
103103 name : failed-comparisons-${{ inputs.python-version }}-${{ inputs.matplotlib-version }}-${{ github.sha }}
104104 path : results/*
Original file line number Diff line number Diff line change 5454 shell : bash
5555
5656 - name : Upload artifacts
57- uses : actions/upload-artifact@v4
57+ uses : actions/upload-artifact@v5
5858 with :
5959 name : dist-${{ github.sha }}-${{ github.run_id }}-${{ github.run_number }}
6060 path : dist/*
7373 contents : read
7474 steps :
7575 - name : Download artifacts
76- uses : actions/download-artifact@v5
76+ uses : actions/download-artifact@v6
7777 with :
7878 name : dist-${{ github.sha }}-${{ github.run_id }}-${{ github.run_number }}
7979 path : dist
@@ -105,7 +105,7 @@ jobs:
105105 contents : read
106106 steps :
107107 - name : Download artifacts
108- uses : actions/download-artifact@v5
108+ uses : actions/download-artifact@v6
109109 with :
110110 name : dist-${{ github.sha }}-${{ github.run_id }}-${{ github.run_number }}
111111 path : dist
You can’t perform that action at this time.
0 commit comments