Skip to content

Commit cc40d0e

Browse files
Bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 705be71 commit cc40d0e

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
@@ -202,7 +202,7 @@ jobs:
202202
203203
- name: Upload coverage artifact
204204
if: always() && (steps.test.outcome == 'success' || steps.test.outcome == 'failure')
205-
uses: actions/upload-artifact@v4
205+
uses: actions/upload-artifact@v6
206206
with:
207207
include-hidden-files: true
208208
name: coverage-${{ matrix.plex }}-${{ steps.python.outputs.python-version }}

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python -m twine check dist/*
3737
3838
- name: Upload builds
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v6
4040
with:
4141
name: dist
4242
path: dist

0 commit comments

Comments
 (0)