Skip to content

Commit cb07d63

Browse files
Merge pull request #149 from COMP1010UNSW/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 48166cb + bfb0f15 commit cb07d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Upload artifact from the ./site/ directory using the expected format for GitHub Pages
5757
- name: Upload Artifact
5858
id: upload
59-
uses: actions/upload-pages-artifact@v3
59+
uses: actions/upload-pages-artifact@v4
6060
with:
6161
path: ./site/
6262

0 commit comments

Comments
 (0)