Skip to content

Commit

Permalink
More action updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dgud committed Sep 26, 2024
1 parent 52010de commit a6df64f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
# Fetch the commits and hopefully get nice version via git describe
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 1

- uses: erlef/setup-beam@v1
with:
Expand All @@ -34,11 +34,11 @@ jobs:
- name: Build installer
run: make unix

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wings_ubuntu
path: |
wings-*.bzip2.run
compression-level: 0
path: wings-*.bzip2.run

build-windows:
defaults:
Expand All @@ -48,13 +48,13 @@ jobs:
runs-on: windows-2022

steps:
- uses: Vampire/setup-wsl@v2
- uses: Vampire/setup-wsl@v3
with:
distribution: Ubuntu-22.04

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 1

- name: Install winget
uses: Cyberboss/install-winget@v1
Expand Down

0 comments on commit a6df64f

Please sign in to comment.