Skip to content

Commit a80ca38

Browse files
dependabot[bot]Hans5958
authored andcommitted
Bump actions/upload-pages-artifact from 4 to 5
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1bae228 commit a80ca38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
hugo --gc --minify --config config.yml,config-prod.yml
9090
9191
- name: Upload GitHub Pages artifact
92-
uses: actions/upload-pages-artifact@v4
92+
uses: actions/upload-pages-artifact@v5
9393
if: (github.event_name != 'pull_request') && (github.repository_owner == 'ScratchAddons') && (github.ref_name == 'master')
9494
with:
9595
path: ./repo/public

0 commit comments

Comments
 (0)