Skip to content

Commit f18b5b6

Browse files
build(deps): bump actions/upload-artifact from 4 to 5 (#1550)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe070e9 commit f18b5b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-code-quality.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
poetry run flake8 . --output-file ./flake8-report.txt
9898
9999
- name: Save reports
100-
uses: actions/upload-artifact@v4
100+
uses: actions/upload-artifact@v5
101101
if: always()
102102
with:
103103
name: check-linting
@@ -164,7 +164,7 @@ jobs:
164164

165165
- name: Save reports as artifacts
166166
if: always()
167-
uses: actions/upload-artifact@v4
167+
uses: actions/upload-artifact@v5
168168
with:
169169
name: check-security
170170
path: |
@@ -215,7 +215,7 @@ jobs:
215215
filename: ./cov-report.xml
216216

217217
- name: Save reports
218-
uses: actions/upload-artifact@v4
218+
uses: actions/upload-artifact@v5
219219
with:
220220
name: run-all-pytests
221221
path: |

0 commit comments

Comments
 (0)