Skip to content

Commit cd2eea4

Browse files
committed
update github workflows
1 parent a98e538 commit cd2eea4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/make.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os: [macos-latest, ubuntu-latest]
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
submodules: true
1616
- name: make

.github/workflows/msys2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
msys: [MSYS, MINGW32, MINGW64]
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
submodules: true
1616

@@ -26,7 +26,7 @@ jobs:
2626
run: msys2 -c 'make'
2727

2828
- name: Artifacts
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: binaries - ${{ matrix.msys }}
3232
path: "*.exe"

0 commit comments

Comments
 (0)