Skip to content

Commit

Permalink
Update gh-actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
axblk committed May 30, 2024
1 parent ffdb6c8 commit 14f92b4
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 @@ -37,7 +37,7 @@ jobs:
LDFLAGS: /WX

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
mv ${{ matrix.package-file }} artifacts
- name: Upload Artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: teeworlds-${{ matrix.os }}
path: release/artifacts

0 comments on commit 14f92b4

Please sign in to comment.