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 Jul 17, 2024
1 parent 5cadd8b commit 6a55e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
arch:
- amd64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup MS dev commands
uses: ilammy/msvc-dev-cmd@v1
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Meson compile
run: meson compile -C builddir/ -v
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release-${{matrix.arch}}
path: |
Expand Down

0 comments on commit 6a55e38

Please sign in to comment.