We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98e538 commit cd2eea4Copy full SHA for cd2eea4
.github/workflows/make.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
os: [macos-latest, ubuntu-latest]
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
with:
15
submodules: true
16
- name: make
.github/workflows/msys2.yml
msys: [MSYS, MINGW32, MINGW64]
@@ -26,7 +26,7 @@ jobs:
26
run: msys2 -c 'make'
27
28
- name: Artifacts
29
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
30
31
name: binaries - ${{ matrix.msys }}
32
path: "*.exe"
0 commit comments