Skip to content

Commit 2f01464

Browse files
authored
maint: update actions/upload-artifact action to latest version (#227)
1 parent fed271a commit 2f01464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
make docs
3131
- name: save docs
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: docs-html
3535
path: docs/_site

0 commit comments

Comments
 (0)