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 97900e5 commit 18b10e8Copy full SHA for 18b10e8
.github/workflows/build.yaml
@@ -14,13 +14,13 @@ jobs:
14
- amd64
15
- x86
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
18
- name: setup MS dev commands
19
uses: ilammy/msvc-dev-cmd@v1
20
with:
21
arch: ${{ matrix.arch }}
22
- name: Setup Python
23
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v6
24
25
python-version: '3.x'
26
- name: install meson and ninja
@@ -43,7 +43,7 @@ jobs:
43
- name: Meson compile
44
run: meson compile -C builddir/ -v
45
- name: Upload artifact
46
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
47
48
name: release-${{matrix.arch}}
49
path: |
0 commit comments