Skip to content

Commit e2ffcb7

Browse files
ci(Deps): bump actions/upload-pages-artifact from 3 to 4 (#422)
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](actions/upload-pages-artifact@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7275727 commit e2ffcb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ jobs:
480480
481481
- name: Upload artifact
482482
if: steps.swiftorg-metadata.outputs.result == 'true'
483-
uses: actions/upload-pages-artifact@v3
483+
uses: actions/upload-pages-artifact@v4
484484
with:
485485
path: pages
486486

0 commit comments

Comments
 (0)