Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/mkdocs-material-9.5.50
Browse files Browse the repository at this point in the history
  • Loading branch information
prcr authored Jan 26, 2025
2 parents 8fa3237 + 85356cd commit 77be513
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
COVERAGE_FILE: coverage.${{ matrix.python-version }}

- name: Upload coverage artifact
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: coverage-${{ matrix.python-version }}
path: coverage.${{ matrix.python-version }}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
coverage-reports: coverage.xml

- name: Upload XML coverage report artifact
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: coverage-xml
path: coverage.xml
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
python -m build --sdist --wheel --outdir dist/ .

- name: Upload binaries artifact
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')
with:
name: dist
Expand Down

0 comments on commit 77be513

Please sign in to comment.