Skip to content

Commit 53b6da6

Browse files
authored
Merge pull request #19 from dylan-lang/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 19967b7 + b610762 commit 53b6da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buid-documentation.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: collection-extensions-github-io-html
4646
path: documentation/build/html/

0 commit comments

Comments
 (0)