Skip to content

Commit

Permalink
v4
Browse files Browse the repository at this point in the history
  • Loading branch information
0vercl0k committed May 13, 2024
1 parent 33ec81c commit 51d8c05
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Windows latest / ${{ matrix.generator }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Upload artifacts
if: matrix.generator == 'ninja'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rp-win
path: |
Expand All @@ -52,7 +52,7 @@ jobs:
name: Ubuntu Latest / ${{ matrix.compiler }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Installing dependencies
run: |
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
./build-release.sh
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rp-lin-${{ matrix.compiler }}
path: |
Expand All @@ -92,7 +92,7 @@ jobs:
name: OSX Latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build with clang
env:
Expand All @@ -104,7 +104,7 @@ jobs:
./build-release-osx.sh
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rp-osx
path: |
Expand Down

0 comments on commit 51d8c05

Please sign in to comment.