Skip to content

Commit 57925f9

Browse files
dependabot[bot]hoe-jo
authored andcommitted
chore(github-actions): bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/github-script](https://github.com/actions/github-script), [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) and [actions/deploy-pages](https://github.com/actions/deploy-pages). Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) Updates `actions/github-script` from 7 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v9) Updates `actions/upload-pages-artifact` from 3.0.1 to 5.0.0 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@56afc60...fc324d3) Updates `actions/deploy-pages` from 4.0.5 to 5.0.0 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@d6db901...cd2ce8f) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-pages-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/deploy-pages dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6eb637e commit 57925f9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy_docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@ jobs:
114114
- name: Upload coverage report artifact
115115
if: always()
116116
id: upload-coverage
117-
uses: actions/upload-artifact@v4
117+
uses: actions/upload-artifact@v7
118118
with:
119119
name: coverage-report
120120
path: coverage-html/
121121
- name: Post coverage summary to PR
122122
if: github.event_name == 'pull_request'
123123
continue-on-error: true
124-
uses: actions/github-script@v7
124+
uses: actions/github-script@v9
125125
with:
126126
script: |
127127
const lines = '${{ steps.coverage.outputs.lines }}';
@@ -219,7 +219,7 @@ jobs:
219219
} > publish/switcher.json
220220
- name: Upload Pages artifact
221221
if: github.event_name != 'pull_request'
222-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
222+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
223223
with:
224224
path: publish
225225
- name: Print preview URL
@@ -236,4 +236,4 @@ jobs:
236236
steps:
237237
- name: Deploy to GitHub Pages
238238
id: deployment
239-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
239+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0

0 commit comments

Comments
 (0)