Skip to content

Commit 5287750

Browse files
ci: update actions/upload-artifact to v4
Co-authored-by: derrynknife <18457108+derrynknife@users.noreply.github.com>
1 parent c6d02b6 commit 5287750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
coverage html
3434
3535
- name: Upload coverage html report artifact
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: coverage-html-report
3939
path: htmlcov/

0 commit comments

Comments
 (0)