Skip to content

Commit dc00718

Browse files
committed
Revert to GH upload-artifact.
Apparently the PA version of it doesn't like uploading dot-prefixed files, which is something this job needs to do.
1 parent a1f3928 commit dc00718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Run tests
6161
run: "python -Im nox --non-interactive --error-on-external-run --tag tests --python ${{ matrix.python-version }}"
6262
- name: Upload coverage data
63-
uses: PaloAltoNetworks/upload-secure-artifact@v1.0.5
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: coverage-data-${{ matrix.python-version }}
6666
path: .coverage.*
@@ -99,7 +99,7 @@ jobs:
9999
coverage report --fail-under=100
100100
101101
- name: Upload HTML report if check failed.
102-
uses: PaloAltoNetworks/upload-secure-artifact@v1.0.5
102+
uses: actions/upload-artifact@v4
103103
with:
104104
name: html-report
105105
path: htmlcov

0 commit comments

Comments
 (0)