Skip to content

Commit 5d26999

Browse files
Bump the workflows group in /.github/workflows with 3 updates
Bumps the workflows group in /.github/workflows with 3 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/setup-python](https://github.com/actions/setup-python). Updates `codecov/codecov-action` from 5.4.0 to 5.4.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@0565863...ad3126e) Updates `actions/download-artifact` from 4.2.1 to 4.3.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@95815c3...d3f86a1) Updates `actions/setup-python` from 5.5.0 to 5.6.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@8d9ed9a...a26af69) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: workflows - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workflows - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workflows ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e6a2a1 commit 5d26999

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
-m "${{ env.PYTEST_MARKER }}"
154154
155155
- name: Upload Coverage
156-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
156+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
157157
with:
158158
flags: ${{ runner.os }},${{ runner.arch }},${{ matrix.python-version }},${{ matrix.test-type }}
159159

@@ -321,7 +321,7 @@ jobs:
321321
-m "${{ env.PYTEST_MARKER }}"
322322
323323
- name: Upload Coverage
324-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
324+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
325325
with:
326326
flags: ${{ runner.os }},${{ runner.arch }},${{ matrix.python-version }},${{ matrix.test-type }}
327327

@@ -439,7 +439,7 @@ jobs:
439439
CONDA_BUILD_SYSROOT: ${{ env.MACOSX_SDK_ROOT }}
440440

441441
- name: Upload Coverage
442-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
442+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
443443
with:
444444
flags: ${{ runner.os }},${{ runner.arch }},${{ matrix.python-version }},${{ matrix.test-type }}
445445

@@ -467,7 +467,7 @@ jobs:
467467
runs-on: ubuntu-latest
468468
steps:
469469
- name: Download Artifacts
470-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
470+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
471471

472472
- name: Upload Combined Test Results
473473
# provides one downloadable archive of all matrix run test results for further analysis
@@ -534,7 +534,7 @@ jobs:
534534

535535
# Explicitly use Python 3.12 since each of the OSes has a different default Python
536536
- name: Setup Python
537-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
537+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
538538
with:
539539
python-version: '3.12'
540540

0 commit comments

Comments
 (0)