Skip to content

Commit f22041b

Browse files
committed
Fix GitHub workflow deprecated action version
1 parent 99f2579 commit f22041b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
working-directory: ./
5454

5555
- name: Create test coverage artifact
56-
uses: actions/upload-artifact@v1
56+
uses: actions/upload-artifact@v4
5757
with:
5858
name: coverage
5959
path: ./coverage

0 commit comments

Comments
 (0)