Skip to content

Commit c3f5611

Browse files
authored
Merge pull request #69 from docker/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents 5322be3 + 7520997 commit c3f5611

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
tree -nh ./example/docs
8383
-
8484
name: Upload docs
85-
uses: actions/upload-artifact@v4
85+
uses: actions/upload-artifact@v5
8686
with:
8787
name: example-docs
8888
path: ./example/docs/*

0 commit comments

Comments
 (0)