Skip to content

Commit 5b4e36f

Browse files
authored
Merge pull request #426 from reagento/dependabot/github_actions/develop/actions/upload-artifact-6.0.0
Bump actions/upload-artifact from 5.0.0 to 6.0.0
2 parents ff314e6 + 03e4fc0 commit 5b4e36f

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)