Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam authored and p0358 committed Jul 6, 2024
1 parent 14d180f commit 7434dba
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,21 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

- if: matrix.os == 'windows-latest'
name: setup-msbuild
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.12
uses: jwlawson/actions-setup-cmake@v2

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Install click
run: pip install click
Expand All @@ -50,7 +52,7 @@ jobs:
run: unzip builds/${{ matrix.build }} -d artifacts

- name: Upload ${{ matrix.os }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: discord-rpc-${{ matrix.os }}
path: artifacts

0 comments on commit 7434dba

Please sign in to comment.