Skip to content

Commit c50e5a7

Browse files
Bump the gha-updates group with 2 updates
Bumps the gha-updates group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action). Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) Updates `JamesIves/github-pages-deploy-action` from 4.6.9 to 4.7.1 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.6.9...v4.7.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-updates - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6bfa873 commit c50e5a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4 # deploy needs git credentials
2222
- name: Download prepared docs
23-
uses: actions/download-artifact@v3
23+
uses: actions/download-artifact@v4
2424
with:
2525
name: docs-html-${{ github.sha }}
2626
path: docs/build/html
2727

2828
- name: Deploy 🚀
29-
uses: JamesIves/github-pages-deploy-action@v4.6.9
29+
uses: JamesIves/github-pages-deploy-action@v4.7.1
3030
if: ${{ github.event_name == 'push' }}
3131
with:
3232
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)