Skip to content

Commit

Permalink
Backport PR #52916 on branch 2.0.x (CI: Bump GHA versions) (#52918)
Browse files Browse the repository at this point in the history
Backport PR #52916: CI: Bump GHA versions

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and mroeschke committed Apr 25, 2023
1 parent 25643d6 commit 6bc51af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
shell: bash -el {0}

- name: Publish test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Test results
path: test-data.xml
Expand All @@ -19,7 +19,7 @@ runs:
if: failure()

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
flags: unittests
name: codecov-pandas
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-conda/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
using: composite
steps:
- name: Install ${{ inputs.environment-file }}
uses: mamba-org/provision-with-micromamba@v12
uses: mamba-org/provision-with-micromamba@v15
with:
environment-file: ${{ inputs.environment-file }}
environment-name: ${{ inputs.environment-name }}
Expand Down

0 comments on commit 6bc51af

Please sign in to comment.