Skip to content

Commit 4edb0fb

Browse files
committed
Replace action/upload-artifact with a more secure alternative
Related: AAP-46204
1 parent 9958e82 commit 4edb0fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tox.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,10 @@ jobs:
206206
name: logs-${{ matrix.name }}.zip
207207
include-hidden-files: true
208208
path: |
209-
.tox/**/log/
209+
.tox/py/pyvenv.cfg
210210
.tox/**/coverage.xml
211+
# Temporary disable of tox log collection until its new release:
212+
# .tox/**/log/
211213

212214
- name: Upload test results to Codecov
213215
if: ${{ !cancelled() && hashFiles('junit.xml') != '' }}

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ uv_seed = true
6363
[testenv:docs]
6464
description = Build docs
6565
extras = docs
66-
passenv =
67-
*
6866
setenv =
6967
# see https://github.com/tox-dev/tox/issues/2092#issuecomment-2538729079
7068
# see https://github.com/Kozea/CairoSVG/issues/392#issuecomment-2538707712

0 commit comments

Comments
 (0)