Skip to content

Commit 71593d7

Browse files
Bump actions/upload-artifact from 4 to 6 (#71)
1 parent 87acccd commit 71593d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# or preview the website in a PR.
5151
- name: Upload HTML website as an artifact
5252
if: success()
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v6
5454
with:
5555
name: html-${{ github.sha }}
5656
path: _build/html

0 commit comments

Comments
 (0)