Skip to content

Commit 58fff05

Browse files
JordanTheToasterlightningterror
authored andcommitted
CI: Update actions versions
1 parent 0464691 commit 58fff05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pack_patches.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout repository
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v6
1212

1313
- name: Create archives
1414
run: |
1515
7z a -r patches.zip ./patches/*
1616
1717
- name: Upload archives
18-
uses: actions/upload-artifact@v4
18+
uses: actions/upload-artifact@v7
1919
with:
2020
name: cheats
2121
path: ./patches.zip
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Download artifacts
31-
uses: actions/download-artifact@v4
31+
uses: actions/download-artifact@v8
3232

3333
- name: Create a new release
3434
uses: marvinpinto/action-automatic-releases@latest

.github/workflows/validate_patches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 1
1111
steps:
1212
- name: Checkout Repo
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414

1515
- name: Validate all patches
1616
run: |

0 commit comments

Comments
 (0)