Skip to content

Commit a1853df

Browse files
Bump actions/upload-artifact from 5 to 6 (#568)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82088d2 commit a1853df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
echo "ARTIFACT_NAME=coverage_${{ runner.os }}-py-${{ matrix.python-version }}" | sed 's|\\.\\*||g' >> "$GITHUB_ENV"
9090
poetry run pytest -n auto --cov-context test --cov --cov-report=xml tests
9191
- name: Upload coverage artifact
92-
uses: actions/upload-artifact@v5
92+
uses: actions/upload-artifact@v6
9393
with:
9494
include-hidden-files: true
9595
if-no-files-found: error
@@ -148,7 +148,7 @@ jobs:
148148
poetry run diff-quality --violations flake8 --include-untracked
149149
poetry run diff-quality --violations pylint --include-untracked
150150
- name: Upload single coverage artifact
151-
uses: actions/upload-artifact@v5
151+
uses: actions/upload-artifact@v6
152152
with:
153153
include-hidden-files: true
154154
if-no-files-found: error

0 commit comments

Comments
 (0)