We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cdb228 commit 0d226d1Copy full SHA for 0d226d1
2 files changed
.github/workflows/ci.yml
@@ -228,7 +228,7 @@ jobs:
228
229
- name: Upload logs
230
if: always()
231
- uses: actions/upload-artifact@v4.4.0
+ uses: PaloAltoNetworks/upload-secure-artifact@main
232
with:
233
name: logs_${{ github.run_id }}
234
path: |
@@ -246,7 +246,7 @@ jobs:
246
247
- name: Upload code and chain data
248
249
250
251
name: code_${{ github.run_id }}
252
path: code.tar.gz
.gitignore
@@ -19,3 +19,5 @@ signer-dump.json
19
20
.dccache
21
.vscode
22
+
23
+util-scripts/migration/*
0 commit comments