Skip to content

Commit 270f3bb

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] <support@github.com>
1 parent 6b712eb commit 270f3bb

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@v4
92+
uses: actions/upload-artifact@v5
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@v4
151+
uses: actions/upload-artifact@v5
152152
with:
153153
include-hidden-files: true
154154
if-no-files-found: error

0 commit comments

Comments
 (0)