Skip to content

Commit 874a9d7

Browse files
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]>
1 parent 707e345 commit 874a9d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ 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
311311
with:
312312
name: coverage-${{ matrix.python-version }}
313313
path: .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)