Skip to content

Commit 18b10e8

Browse files
committed
build.yaml: update actions
1 parent 97900e5 commit 18b10e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
- amd64
1515
- x86
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- name: setup MS dev commands
1919
uses: ilammy/msvc-dev-cmd@v1
2020
with:
2121
arch: ${{ matrix.arch }}
2222
- name: Setup Python
23-
uses: actions/setup-python@v1
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: '3.x'
2626
- name: install meson and ninja
@@ -43,7 +43,7 @@ jobs:
4343
- name: Meson compile
4444
run: meson compile -C builddir/ -v
4545
- name: Upload artifact
46-
uses: actions/upload-artifact@v2
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: release-${{matrix.arch}}
4949
path: |

0 commit comments

Comments
 (0)