Skip to content

Commit 6177f35

Browse files
authored
Merge pull request #36 from Yakov5776/main
Fix workflow by updating the dependencies
2 parents ebdacfa + 8cb23c1 commit 6177f35

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Check out source code
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121

2222
- name: Set up permissions
2323
run: chmod +x build-macOS_${{ matrix.arch }}.sh
@@ -26,7 +26,7 @@ jobs:
2626
run: ./build-macOS_${{ matrix.arch }}.sh
2727

2828
- name: Upload binary as artifact
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: appdecrypt-macOS-${{ matrix.arch }}
3232
path: appdecrypt
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Check out source code
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v4
4040

4141
- name: Set up permissions
4242
run: chmod +x build-iOS.sh
@@ -48,7 +48,7 @@ jobs:
4848
run: ./build-iOS.sh
4949

5050
- name: Upload binary as artifact
51-
uses: actions/upload-artifact@v2
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: appdecrypt-iOS
5454
path: appdecrypt

0 commit comments

Comments
 (0)