File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 72
72
cp benchmarks/README_CI.md benchmarks.log .asv/results/
73
73
working-directory : ${{ env.ASV_DIR }}
74
74
75
- - uses : actions/upload-artifact@v3
75
+ - uses : actions/upload-artifact@v4
76
76
if : always()
77
77
with :
78
78
name : asv-benchmark-results-${{ runner.os }}
Original file line number Diff line number Diff line change 67
67
cp benchmarks/README_CI.md benchmarks.log .asv/results/
68
68
working-directory : ${{ env.ASV_DIR }}
69
69
70
- - uses : actions/upload-artifact@v3
70
+ - uses : actions/upload-artifact@v4
71
71
if : always()
72
72
with :
73
73
name : asv-benchmark-results-${{ runner.os }}
Original file line number Diff line number Diff line change @@ -127,9 +127,9 @@ jobs:
127
127
128
128
- name : Upload test results
129
129
if : always()
130
- uses : actions/upload-artifact@v3
130
+ uses : actions/upload-artifact@v4
131
131
with :
132
- name : Test results for ${{ runner.os }}-${{ matrix.python-version }}
132
+ name : Test results for ${{ runner.os }}-${{ matrix.python-version }} ${{ matrix.env }}
133
133
path : pytest.xml
134
134
135
135
- name : Upload code coverage to Codecov
@@ -147,7 +147,7 @@ jobs:
147
147
if : github.repository == 'pydata/xarray'
148
148
steps :
149
149
- name : Upload
150
- uses : actions/upload-artifact@v3
150
+ uses : actions/upload-artifact@v4
151
151
with :
152
152
name : Event File
153
153
path : ${{ github.event_path }}
Original file line number Diff line number Diff line change 41
41
else
42
42
echo "✅ Looks good"
43
43
fi
44
- - uses : actions/upload-artifact@v3
44
+ - uses : actions/upload-artifact@v4
45
45
with :
46
46
name : releases
47
47
path : dist
You can’t perform that action at this time.
0 commit comments