File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
Expand file tree Collapse file tree 7 files changed +12
-12
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@v6
76+ - uses : actions/upload-artifact@v7
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@v6
73+ - uses : actions/upload-artifact@v7
7474 if : always()
7575 with :
7676 name : asv-benchmark-results-${{ runner.os }}
Original file line number Diff line number Diff line change 4747 - uses : actions/checkout@v6
4848 - uses : Parcels-code/pixi-lock/create-and-cache@a9aee67fa67426e6b0297fa5bef80600572be153
4949 id : pixi-lock
50- - uses : actions/upload-artifact@v6
50+ - uses : actions/upload-artifact@v7
5151 with :
5252 name : pixi-lock
5353 path : pixi.lock
Original file line number Diff line number Diff line change 4747 - uses : actions/checkout@v6
4848 - uses : Parcels-code/pixi-lock/create-and-cache@a9aee67fa67426e6b0297fa5bef80600572be153
4949 id : pixi-lock
50- - uses : actions/upload-artifact@v6
50+ - uses : actions/upload-artifact@v7
5151 with :
5252 name : pixi-lock
5353 path : pixi.lock
@@ -160,7 +160,7 @@ jobs:
160160
161161 - name : Upload test results
162162 if : always()
163- uses : actions/upload-artifact@v6
163+ uses : actions/upload-artifact@v7
164164 with :
165165 name : Test results for OS ${{ runner.os }} pixi-env ${{ matrix.pixi-env }} pytest-addopts ${{ matrix.pytest-addopts }}
166166 path : pytest.xml
@@ -182,7 +182,7 @@ jobs:
182182 if : github.repository == 'pydata/xarray'
183183 steps :
184184 - name : Upload
185- uses : actions/upload-artifact@v6
185+ uses : actions/upload-artifact@v7
186186 with :
187187 name : Event File
188188 path : ${{ github.event_path }}
Original file line number Diff line number Diff line change 5454 - uses : actions/checkout@v6
5555 - uses : Parcels-code/pixi-lock/create-and-cache@a9aee67fa67426e6b0297fa5bef80600572be153
5656 id : pixi-lock
57- - uses : actions/upload-artifact@v6
57+ - uses : actions/upload-artifact@v7
5858 with :
5959 name : pixi-lock
6060 path : pixi.lock
Original file line number Diff line number Diff line change 4949 else
5050 echo "✅ Looks good"
5151 fi
52- - uses : actions/upload-artifact@v6
52+ - uses : actions/upload-artifact@v7
5353 with :
5454 name : releases
5555 path : dist
6262 name : Install Python
6363 with :
6464 python-version : " 3.12"
65- - uses : actions/download-artifact@v7
65+ - uses : actions/download-artifact@v8
6666 with :
6767 name : releases
6868 path : dist
8989 id-token : write
9090
9191 steps :
92- - uses : actions/download-artifact@v7
92+ - uses : actions/download-artifact@v8
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@v7
115+ - uses : actions/download-artifact@v8
116116 with :
117117 name : releases
118118 path : dist
Original file line number Diff line number Diff line change 6161 - uses : actions/checkout@v6
6262 - uses : Parcels-code/pixi-lock/create-and-cache@a9aee67fa67426e6b0297fa5bef80600572be153
6363 id : pixi-lock
64- - uses : actions/upload-artifact@v6
64+ - uses : actions/upload-artifact@v7
6565 with :
6666 name : pixi-lock
6767 path : pixi.lock
You can’t perform that action at this time.
0 commit comments