Skip to content

Commit a7edf69

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

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: PaloAltoNetworks/upload-secure-artifact@v1.0.5
205205
with:
206206
name: logs-${{ matrix.name }}.zip
207207
include-hidden-files: true

0 commit comments

Comments
 (0)