Skip to content

Commit 8301cb5

Browse files
Bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) 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) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4690800 commit 8301cb5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id-token: write
4141
steps:
4242
- name: Download distribution artifacts
43-
uses: actions/download-artifact@v7
43+
uses: actions/download-artifact@v8
4444
with:
4545
name: dist
4646
path: dist/

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
pytest tests -v --cov=./zodipy --cov-report=xml:./coverage.xml --cov-report term-missing
4949
5050
- name: Upload coverage to Codecov
51-
uses: codecov/codecov-action@v5
51+
uses: codecov/codecov-action@v6
5252
with:
5353
files: coverage.xml
5454
fail_ci_if_error: false

0 commit comments

Comments
 (0)