File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
shell : bash -el {0}
8
8
9
9
- name : Publish test results
10
- uses : actions/upload-artifact@v2
10
+ uses : actions/upload-artifact@v3
11
11
with :
12
12
name : Test results
13
13
path : test-data.xml
19
19
if : failure()
20
20
21
21
- name : Upload coverage to Codecov
22
- uses : codecov/codecov-action@v2
22
+ uses : codecov/codecov-action@v3
23
23
with :
24
24
flags : unittests
25
25
name : codecov-pandas
Original file line number Diff line number Diff line change 13
13
using : composite
14
14
steps :
15
15
- name : Install ${{ inputs.environment-file }}
16
- uses : mamba-org/provision-with-micromamba@v12
16
+ uses : mamba-org/provision-with-micromamba@v15
17
17
with :
18
18
environment-file : ${{ inputs.environment-file }}
19
19
environment-name : ${{ inputs.environment-name }}
You can’t perform that action at this time.
0 commit comments