Skip to content

Commit c114fa2

Browse files
authored
Merge pull request #233 from sebp/dependabot/github_actions/actions/upload-artifact-5
2 parents b730554 + b640553 commit c114fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Run Tox
1212
uses: ./.github/actions/sphinx-build-all
1313
- name: Archive HTML documents
14-
uses: actions/upload-artifact@v4
14+
uses: actions/upload-artifact@v5
1515
with:
1616
name: pygobject-tutorial
1717
path: build/html

0 commit comments

Comments
 (0)