Skip to content

Commit 879675e

Browse files
authored
Merge pull request #74 from DustinWin/dependabot-github_actions-actions-upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 6754c44 + 716e740 commit 879675e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
\-\-ignore-urls "/^http:/"
5454
5555
- name: Upload site artifact
56-
uses: actions/upload-pages-artifact@v3
56+
uses: actions/upload-pages-artifact@v4
5757
with:
5858
path: "_site${{ steps.pages.outputs.base_path }}"
5959

0 commit comments

Comments
 (0)