Skip to content

Bump actions/upload-artifact from 3 to 4 #118

Bump actions/upload-artifact from 3 to 4

Bump actions/upload-artifact from 3 to 4 #118

Workflow file for this run

name: Tox
on: [push, pull_request]
jobs:
sphinx_build:
runs-on: ubuntu-latest
name: Build
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Tox
uses: ./.github/actions/sphinx-build-all
- name: Archive HTML documents
uses: actions/upload-artifact@v4
with:
name: pygobject-tutorial
path: build/html