Skip to content

Commit fd9dd7a

Browse files
authored
Merge pull request #220 from sebp/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 2a8adb2 + 6ec2dd3 commit fd9dd7a

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

0 commit comments

Comments
 (0)