Skip to content

Commit 91cefd2

Browse files
authored
Merge pull request #20 from sureshg/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents df90d57 + 58463d1 commit 91cefd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
docker-version: ${{ env.DOCKER_VERSION }}
4848

4949
- name: 📤 Upload Docs and Search Index artifacts
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v5
5151
with:
5252
name: docs
5353
path: |

0 commit comments

Comments
 (0)