Skip to content

Commit f444c82

Browse files
Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#225)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ae6f98 commit f444c82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
run: |
140140
zip ${{ runner.temp }}/website.zip -r target/staging
141141
- name: Upload generated site
142-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
142+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
143143
with:
144144
name: website
145145
path: |
@@ -158,7 +158,7 @@ jobs:
158158
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
159159
continue-on-error: true
160160
- name: Upload link check report
161-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
161+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
162162
with:
163163
name: html-link-report
164164
path: html-link-report.md

0 commit comments

Comments
 (0)