Skip to content

Commit 3cb7784

Browse files
authored
Merge pull request #617 from py-cov-action/renovate/major-deps-with-major-upgrades
2 parents e623398 + cab0a90 commit 3cb7784

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
ANNOTATE_MISSING_LINES: true
6060

6161
- name: Store Pull Request comment to be posted
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v5
6363
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
6464
with:
6565
name: python-coverage-comment-action

.github/workflows/e2e-external-phase-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
PR_NUMBER: ${{ github.event.pull_request.number }}
2222
- name: Save artifact
23-
uses: actions/upload-artifact@v4
23+
uses: actions/upload-artifact@v5
2424
with:
2525
name: pr_number
2626
path: pr_number.txt

tests/end_to_end/repo/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
SUBPROJECT_ID: __ACTION_SUBPROJECT_ID__
4141

4242
- name: Store Pull Request comment to be posted
43-
uses: actions/upload-artifact@v4
43+
uses: actions/upload-artifact@v5
4444
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
4545
with:
4646
name: python-coverage-comment-action

0 commit comments

Comments
 (0)