Skip to content

Commit 5f6fe54

Browse files
Merge pull request #6 from vNugglets/dependabot/github_actions/actions/upload-pages-artifact-4
2 parents 4a69586 + 7cd9c1f commit 5f6fe54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/DeployStaticSite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Pages
3939
uses: actions/configure-pages@v5
4040
- name: Upload Pages artifact
41-
uses: actions/upload-pages-artifact@v3
41+
uses: actions/upload-pages-artifact@v4
4242
with:
4343
## path to upload
4444
path: './siteContents'

0 commit comments

Comments
 (0)