Skip to content

Commit 68af32e

Browse files
authored
Merge pull request #213 from sebp/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 1 to 3
2 parents d8ceaff + e1f43ed commit 68af32e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v1
14+
uses: actions/upload-artifact@v3
1515
with:
1616
name: pygobject-tutorial
1717
path: build/html

0 commit comments

Comments
 (0)