Skip to content

Commit 15aa4e3

Browse files
authored
Merge pull request #10 from dylan-lang/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents ba4dc65 + afed253 commit 15aa4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: make html
4141

4242
- name: Upload html artifact
43-
uses: actions/upload-artifact@v4
43+
uses: actions/upload-artifact@v5
4444
with:
4545
name: dylan-lang-github-io-html
4646
path: docs/build/html/

0 commit comments

Comments
 (0)