Skip to content

Commit 9a8fd54

Browse files
Merge pull request #163 from COMP1010UNSW/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 2cf05bc + 03c9214 commit 9a8fd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs-dryrun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Upload build outputs
4747
- name: Upload build artifacts HTML
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v5
4949
if: always()
5050
with:
5151
name: HTML output

0 commit comments

Comments
 (0)