Skip to content

Commit

Permalink
Update main.yml to use up-to-date Github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arignir committed Dec 11, 2023
1 parent 8dee979 commit 05ebf22
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
shell: msys2 {0}
steps:
- name: 'Sync source code'
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Install Dependencies
Expand All @@ -26,7 +26,7 @@ jobs:
run: |
./build/Hades.exe --help
- name: Collect Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: hades-win64
path: build/Hades.exe
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: macos-latest
steps:
- name: 'Sync source code'
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Install Dependencies
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
MACOS_APPLE_TEAMID: ${{ secrets.MACOS_APPLE_TEAMID }}

- name: Collect Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: hades-macos
path: Hades-Installer.dmg
Expand All @@ -131,7 +131,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Sync source code'
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Install Dependencies
Expand All @@ -147,7 +147,7 @@ jobs:
run: |
./build/hades --help
- name: Collect Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: hades-linux
path: build/hades
Expand Down

0 comments on commit 05ebf22

Please sign in to comment.