Skip to content

Commit 9d53cfe

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 587892b commit 9d53cfe

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
@@ -50,7 +50,7 @@ jobs:
5050
ANNOTATE_MISSING_LINES: true
5151

5252
- name: Store Pull Request comment to be posted
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v5
5454
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
5555
with:
5656
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)