Skip to content

Commit c55c7b2

Browse files
committed
update gh-actions artifacts to v4
1 parent 70100b4 commit c55c7b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585

8686
- name: Store coverage file
87-
uses: actions/upload-artifact@v3
87+
uses: actions/upload-artifact@v4
8888
with:
8989
name: coverage
9090
path: .coverage.${{ matrix.python-version }}
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@v3
105105

106106
- name: Download coverage artifact
107-
uses: actions/download-artifact@v3
107+
uses: actions/download-artifact@v4
108108
with:
109109
name: coverage
110110

@@ -118,7 +118,7 @@ jobs:
118118

119119
# Store comment to be posted if written
120120
- name: Store Pull Request comment to be posted
121-
uses: actions/upload-artifact@v3
121+
uses: actions/upload-artifact@v4
122122
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
123123
with:
124124
name: python-coverage-comment-action

0 commit comments

Comments
 (0)