Skip to content

Commit 0d226d1

Browse files
committed
ci update
1 parent 4cdb228 commit 0d226d1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
229229
- name: Upload logs
230230
if: always()
231-
uses: actions/upload-artifact@v4.4.0
231+
uses: PaloAltoNetworks/upload-secure-artifact@main
232232
with:
233233
name: logs_${{ github.run_id }}
234234
path: |
@@ -246,7 +246,7 @@ jobs:
246246
247247
- name: Upload code and chain data
248248
if: always()
249-
uses: actions/upload-artifact@v4.4.0
249+
uses: PaloAltoNetworks/upload-secure-artifact@main
250250
with:
251251
name: code_${{ github.run_id }}
252252
path: code.tar.gz

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ signer-dump.json
1919

2020
.dccache
2121
.vscode
22+
23+
util-scripts/migration/*

0 commit comments

Comments
 (0)