Skip to content

Commit

Permalink
Revert to GH upload-artifact.
Browse files Browse the repository at this point in the history
Apparently the PA version of it doesn't like uploading dot-prefixed
files, which is something this job needs to do.
  • Loading branch information
ubernostrum committed Nov 2, 2024
1 parent a1f3928 commit dc00718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Run tests
run: "python -Im nox --non-interactive --error-on-external-run --tag tests --python ${{ matrix.python-version }}"
- name: Upload coverage data
uses: PaloAltoNetworks/upload-secure-artifact@v1.0.5
uses: actions/upload-artifact@v4
with:
name: coverage-data-${{ matrix.python-version }}
path: .coverage.*
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
coverage report --fail-under=100
- name: Upload HTML report if check failed.
uses: PaloAltoNetworks/upload-secure-artifact@v1.0.5
uses: actions/upload-artifact@v4
with:
name: html-report
path: htmlcov
Expand Down

0 comments on commit dc00718

Please sign in to comment.