Skip to content

Commit 157354e

Browse files
authored
Merge pull request #26 from sureshg/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 5 to 6
2 parents 1b44055 + 91fb1e9 commit 157354e

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@v5
50+
uses: actions/upload-artifact@v6
5151
with:
5252
name: docs
5353
path: |

0 commit comments

Comments
 (0)