diff options
author | 2025-08-25 04:15:23 +0000 | |
---|---|---|
committer | 2025-08-25 04:15:23 +0000 | |
commit | 5842938479c84c4207c7edeb304d26f085979017 (patch) | |
tree | 5fb3039d4b305568c9052347426e339bc7ba977d | |
parent | Update sir-robin environment (diff) |
Bump actions/upload-pages-artifact from 3 to 4dependabot/github_actions/actions/upload-pages-artifact-4
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](https://github.com/actions/upload-pages-artifact/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | .github/workflows/docs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 37eaf91..8f18289 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -65,7 +65,7 @@ jobs: ENABLE_GIT_PLUGINS: true - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: ./docs/site/ |