Skip to content

Commit 74dc746

Browse files
ci: bump the all-actions group with 3 updates (#29)
Bumps the all-actions group with 3 updates: [actions/cache](https://github.com/actions/cache), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2868c8 commit 74dc746

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Manually create pip cache dir
113113
run: mkdir -p ~/.cache/pip
114114

115-
- uses: actions/cache@v4
115+
- uses: actions/cache@v5
116116
id: cache
117117
env:
118118
cache-name: cache-pip

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
filename: coverage.xml
167167
output: 'both'
168168

169-
- uses: actions/upload-artifact@v5
169+
- uses: actions/upload-artifact@v6
170170
with:
171171
name: src_coverage_rpts
172172
path: |

.github/workflows/packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Upload artifacts
5959
if: matrix.python-version == 3.9 && matrix.os == 'ubuntu-22.04'
60-
uses: actions/upload-artifact@v5
60+
uses: actions/upload-artifact@v6
6161
with:
6262
name: packages
6363
path: dist

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0
3939

4040
# download all artifacts to project dir
41-
- uses: actions/download-artifact@v6
41+
- uses: actions/download-artifact@v7
4242

4343
- name: check artifacts
4444
run: |

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
tox -e ldocs
3333
tox -e docs
3434
35-
- uses: actions/upload-artifact@v5
35+
- uses: actions/upload-artifact@v6
3636
with:
3737
name: ApiDocsHTML
3838
path: "docs/_build/html/"

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Upload artifacts
5454
if: matrix.python-version == 3.9 && runner.os == 'Linux'
55-
uses: actions/upload-artifact@v5
55+
uses: actions/upload-artifact@v6
5656
with:
5757
name: packages
5858
path: dist

0 commit comments

Comments
 (0)