Skip to content

Commit 6527c50

Browse files
build(deps): bump actions/upload-artifact from 3.1.2 to 5.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85f3998 commit 6527c50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Verify test coverage
5454
run: poetry run coverage html
5555
- name: Archive code coverage report
56-
uses: actions/upload-artifact@v3.1.2
56+
uses: actions/upload-artifact@v5.0.0
5757
with:
5858
name: code-coverage-report
5959
path: htmlcov

.github/workflows/mutation-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: poetry run mutmut junitxml > mutmut.xml
2828
if: ${{ failure() }}
2929
- name: Archive mutation test report
30-
uses: actions/upload-artifact@v3.1.2
30+
uses: actions/upload-artifact@v5.0.0
3131
with:
3232
name: mutation-test-report
3333
path: mutmut.xml

0 commit comments

Comments
 (0)