Skip to content

Commit fabf46d

Browse files
Update actions/upload-artifact action to v6 (#9227)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 59114ec commit fabf46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Generate Docs
4040
run: ./test_docs.sh
4141

42-
- uses: actions/upload-artifact@v5
42+
- uses: actions/upload-artifact@v6
4343
with:
4444
name: docs
4545
path: site/

0 commit comments

Comments
 (0)