We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185e91f commit 1385cf7Copy full SHA for 1385cf7
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
image: httptoolkit/act-build-base:v3.0.0
9
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
13
- name: Build a single-file Android script
14
run: |
@@ -22,7 +22,7 @@ jobs:
22
./android/android-certificate-unpinning-fallback.js \
23
> ./build/android-frida-interception-script.js
24
25
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
26
with:
27
name: android-frida-interception-script.js
28
path: ./build/android-frida-interception-script.js
0 commit comments