Skip to content

Commit d56e6f4

Browse files
committed
Update upload-artifact action
1 parent f606915 commit d56e6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- if: ${{matrix.coverage}}
5656
name: "Upload coverage data"
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: covdata
6060
path: .coverage.*

0 commit comments

Comments
 (0)