Skip to content

Commit daec301

Browse files
committed
update upload artifact action to v4
1 parent ae424d1 commit daec301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
env:
5353
COVERAGE_FILE: ".coverage.${{ matrix.python-version }}"
5454
- name: Store coverage file
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: coverage
5858
path: .coverage.${{ matrix.python-version }}
@@ -81,7 +81,7 @@ jobs:
8181
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8282
MERGE_COVERAGE_FILES: true
8383
- name: Store Pull Request comment to be posted
84-
uses: actions/upload-artifact@v3
84+
uses: actions/upload-artifact@v4
8585
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
8686
with:
8787
name: python-coverage-comment-action

0 commit comments

Comments
 (0)