Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Assert the PDF tests actually ran
run: pytest -q -m pdf --no-header | tee /dev/stderr | grep -qv "no tests ran"

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
if: matrix.python-version == '3.12'
with:
name: coverage
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Generate a CycloneDX SBOM
run: cyclonedx-py environment --output-format JSON --output-file sbom.json

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: sbom
path: sbom.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Summarise
run: cat samples/SUMMARY.md >> $GITHUB_STEP_SUMMARY

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: scopemaker-sample-exhibits
path: samples/
Expand Down
Loading