Skip to content

Commit 03e4fc0

Browse files
Bump actions/upload-artifact from 5.0.0 to 6.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33ddf93 commit 03e4fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
--cov-output .coverage.${{ matrix.python_version.tox }}
9797

9898
- name: Store coverage file
99-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
99+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
100100
if: ${{ (matrix.python_version.cov && github.event_name == 'pull_request') }}
101101
with:
102102
name: coverage-${{ matrix.python_version.tox }}
@@ -139,7 +139,7 @@ jobs:
139139
MINIMUM_GREEN: 90
140140

141141
- name: Store Pull Request comment to be posted (for external pr)
142-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
142+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
143143
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
144144
with:
145145
name: python-coverage-comment-action

0 commit comments

Comments
 (0)