Skip to content

Commit

Permalink
.github/workflows/build.yaml: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Apr 29, 2024
1 parent 643ed23 commit 072ab6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- amd64
- x86
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: setup MS dev commands
uses: ilammy/msvc-dev-cmd@v1
with:
arch: ${{ matrix.arch }}
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: install meson and ninja
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Meson compile
run: meson compile -C builddir/ -v
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: release-${{matrix.arch}}
path: |
Expand Down

0 comments on commit 072ab6e

Please sign in to comment.