Skip to content

Commit af4520d

Browse files
Merge pull request #671 from willtheorangeguy/dependabot/github_actions/actions/upload-pages-artifact-4
build(deps): bump actions/upload-pages-artifact from 3 to 4
2 parents 5d78afa + c06cf16 commit af4520d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/astro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
--base "${{ steps.pages.outputs.base_path }}"
7070
working-directory: ${{ env.BUILD_PATH }}
7171
- name: Upload artifact
72-
uses: actions/upload-pages-artifact@v3
72+
uses: actions/upload-pages-artifact@v4
7373
with:
7474
path: ${{ env.BUILD_PATH }}/dist
7575

0 commit comments

Comments
 (0)