Skip to content

Commit 11dee6d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
run: ${{ inputs.run_post }}
202202

203203
- name: Archive logs and coverage data
204-
uses: actions/upload-artifact@v4
204+
uses: coactions/upload-artifact@v4
205205
with:
206206
name: logs-${{ matrix.name }}.zip
207207
include-hidden-files: true

0 commit comments

Comments
 (0)