Skip to content

Commit

Permalink
Merge pull request #220 from sebp/dependabot/github_actions/actions/u…
Browse files Browse the repository at this point in the history
…pload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
sebp committed Dec 19, 2023
2 parents 2a8adb2 + 6ec2dd3 commit fd9dd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Run Tox
uses: ./.github/actions/sphinx-build-all
- name: Archive HTML documents
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pygobject-tutorial
path: build/html

0 comments on commit fd9dd7a

Please sign in to comment.