Skip to content

Commit d0554d3

Browse files
authored
Merge pull request #69 from fraya/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents ff0d99c + c86a54c commit d0554d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: make html
4343

4444
- name: Upload html artifact
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v5
4646
with:
4747
name: curl-doc-html
4848
path: documentation/build/html/

0 commit comments

Comments
 (0)