Skip to content

Commit 5b210b4

Browse files
Bump actions/upload-artifact from 4 to 5 (#203)
* Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Include hidden directory --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Agner <[email protected]>
1 parent 707e345 commit 5b210b4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,11 @@ jobs:
307307
-o console_output_style=count \
308308
tests
309309
- name: Upload coverage artifact
310-
uses: actions/upload-artifact@v4.3.6
310+
uses: actions/upload-artifact@v5.0.0
311311
with:
312312
name: coverage-${{ matrix.python-version }}
313313
path: .coverage
314+
include-hidden-files: true
314315

315316
coverage:
316317
name: Process test coverage

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: >-
6464
python3 -m build
6565
- name: Store the distribution packages
66-
uses: actions/upload-artifact@v4
66+
uses: actions/upload-artifact@v5
6767
with:
6868
name: python-package-distributions
6969
path: dist/

0 commit comments

Comments
 (0)