Skip to content

Commit b9887b8

Browse files
committed
Update actions
1 parent 6cf7126 commit b9887b8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
env:
1818
JOB_TYPE: BUILD
1919
steps:
20-
- uses: actions/checkout@v2
21-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v4
2222
with:
2323
repository: acidanthera/MacKernelSDK
2424
path: MacKernelSDK
@@ -30,13 +30,13 @@ jobs:
3030
- run: xcodebuild -jobs 1 -configuration Release
3131

3232
- name: Upload to Artifacts
33-
uses: actions/upload-artifact@v2
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: Artifacts
3636
path: build/*/*.zip
3737
- name: Upload to Release
3838
if: github.event_name == 'release'
39-
uses: svenstaro/upload-release-action@e74ff71f7d8a4c4745b560a485cc5fdb9b5b999d
39+
uses: svenstaro/upload-release-action@v2
4040
with:
4141
repo_token: ${{ secrets.GITHUB_TOKEN }}
4242
file: build/*/*.zip

0 commit comments

Comments
 (0)