Skip to content

Commit cb77d84

Browse files
Bump the actions group with 3 updates
Bumps the actions group with 3 updates: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `mamba-org/setup-micromamba` from 2 to 3 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v2...v3) Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6c7217 commit cb77d84

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: mamba setup
5050
if: matrix.install-method == 'mamba' && contains(github.event.pull_request.labels.*.name, 'documentation-only') == false
51-
uses: mamba-org/setup-micromamba@v2
51+
uses: mamba-org/setup-micromamba@v3
5252
with:
5353
environment-file: environment.yml
5454
cache-downloads: true
@@ -73,7 +73,7 @@ jobs:
7373
pytest -vv --cov --cov-report=xml --junitxml=junit.xml -o junit_family=legacy
7474
7575
- name: Upload coverage to Codecov
76-
uses: codecov/codecov-action@v5
76+
uses: codecov/codecov-action@v6
7777
env:
7878
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7979

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
if: github.event_name == 'release' && github.event.action == 'published'
4848
steps:
49-
- uses: actions/download-artifact@v7
49+
- uses: actions/download-artifact@v8
5050
with:
5151
name: Packages
5252
path: dist

0 commit comments

Comments
 (0)