Skip to content

Commit 9326e53

Browse files
Bump actions/upload-pages-artifact in /.github/workflows (#1771)
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3.0.1 to 4.0.0. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v3.0.1...v4.0.0) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: 4.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> Co-authored-by: Martijn Laarman <[email protected]>
1 parent 3120906 commit 9326e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
prefix: '${{ steps.repo-basename.outputs.value }}'
3737
- name: Upload artifact
38-
uses: actions/upload-pages-artifact@v3.0.1
38+
uses: actions/upload-pages-artifact@v4.0.0
3939
with:
4040
path: .artifacts/docs/html
4141

0 commit comments

Comments
 (0)