File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7373 cp benchmarks/README_CI.md benchmarks.log .asv/results/
7474 working-directory : ${{ env.ASV_DIR }}
7575
76- - uses : actions/upload-artifact@v4
76+ - uses : actions/upload-artifact@v5
7777 if : always()
7878 with :
7979 name : asv-benchmark-results-${{ runner.os }}
Original file line number Diff line number Diff line change 7070 cp benchmarks/README_CI.md benchmarks.log .asv/results/
7171 working-directory : ${{ env.ASV_DIR }}
7272
73- - uses : actions/upload-artifact@v4
73+ - uses : actions/upload-artifact@v5
7474 if : always()
7575 with :
7676 name : asv-benchmark-results-${{ runner.os }}
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167167
168168 - name : Upload test results
169169 if : always()
170- uses : actions/upload-artifact@v4
170+ uses : actions/upload-artifact@v5
171171 with :
172172 name : Test results for ${{ runner.os }}-${{ matrix.python-version }} ${{ matrix.env }}
173173 path : pytest.xml
@@ -189,7 +189,7 @@ jobs:
189189 if : github.repository == 'pydata/xarray'
190190 steps :
191191 - name : Upload
192- uses : actions/upload-artifact@v4
192+ uses : actions/upload-artifact@v5
193193 with :
194194 name : Event File
195195 path : ${{ github.event_path }}
Original file line number Diff line number Diff line change 4949 else
5050 echo "✅ Looks good"
5151 fi
52- - uses : actions/upload-artifact@v4
52+ - uses : actions/upload-artifact@v5
5353 with :
5454 name : releases
5555 path : dist
6262 name : Install Python
6363 with :
6464 python-version : " 3.12"
65- - uses : actions/download-artifact@v5
65+ - uses : actions/download-artifact@v6
6666 with :
6767 name : releases
6868 path : dist
8989 id-token : write
9090
9191 steps :
92- - uses : actions/download-artifact@v5
92+ - uses : actions/download-artifact@v6
9393 with :
9494 name : releases
9595 path : dist
@@ -112,7 +112,7 @@ jobs:
112112 id-token : write
113113
114114 steps :
115- - uses : actions/download-artifact@v5
115+ - uses : actions/download-artifact@v6
116116 with :
117117 name : releases
118118 path : dist
You can’t perform that action at this time.
0 commit comments