Skip to content

Commit a22b8f4

Browse files
committed
Bump GH actions to latest versions, to squash deprecation warning
1 parent b4b872e commit a22b8f4

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 7 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
@@ -33,10 +33,11 @@ jobs:
3333
- run: xcodebuild -jobs 1 -configuration Release
3434

3535
- name: Upload to Artifacts
36-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: Artifacts
3939
path: build/*/*.zip
40+
overwrite: true
4041
- name: Upload to Release
4142
if: github.event_name == 'release'
4243
uses: svenstaro/upload-release-action@e74ff71f7d8a4c4745b560a485cc5fdb9b5b999d
@@ -52,8 +53,8 @@ jobs:
5253
env:
5354
JOB_TYPE: ANALYZE
5455
steps:
55-
- uses: actions/checkout@v2
56-
- uses: actions/checkout@v2
56+
- uses: actions/checkout@v4
57+
- uses: actions/checkout@v4
5758
with:
5859
repository: acidanthera/MacKernelSDK
5960
path: MacKernelSDK
@@ -74,8 +75,8 @@ jobs:
7475
JOB_TYPE: COVERITY
7576
if: github.repository_owner == 'notjosh' && github.event_name != 'pull_request'
7677
steps:
77-
- uses: actions/checkout@v2
78-
- uses: actions/checkout@v2
78+
- uses: actions/checkout@v4
79+
- uses: actions/checkout@v4
7980
with:
8081
repository: acidanthera/MacKernelSDK
8182
path: MacKernelSDK

0 commit comments

Comments
 (0)