Skip to content

Commit ecd7e96

Browse files
github: workflows: docs: bump upload-artifact to v6
Bump the upload-artifact action from v5 to v6. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
1 parent e7bd450 commit ecd7e96

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
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Upload artifact
4444
if: github.event_name == 'pull_request'
45-
uses: actions/upload-artifact@v5
45+
uses: actions/upload-artifact@v6
4646
with:
4747
path: doc/build/html
4848

0 commit comments

Comments
 (0)