We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25643d6 commit 6bc51afCopy full SHA for 6bc51af
.github/actions/run-tests/action.yml
@@ -7,7 +7,7 @@ runs:
7
shell: bash -el {0}
8
9
- name: Publish test results
10
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
11
with:
12
name: Test results
13
path: test-data.xml
@@ -19,7 +19,7 @@ runs:
19
if: failure()
20
21
- name: Upload coverage to Codecov
22
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
23
24
flags: unittests
25
name: codecov-pandas
.github/actions/setup-conda/action.yml
@@ -13,7 +13,7 @@ runs:
using: composite
14
steps:
15
- name: Install ${{ inputs.environment-file }}
16
- uses: mamba-org/provision-with-micromamba@v12
+ uses: mamba-org/provision-with-micromamba@v15
17
18
environment-file: ${{ inputs.environment-file }}
environment-name: ${{ inputs.environment-name }}
0 commit comments