Skip to content

Commit

Permalink
update other workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dubusster committed Nov 19, 2024
1 parent 62d11bc commit aa0e507
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache Dependencies
id: cache-dependencies
Expand All @@ -43,7 +43,7 @@ jobs:
run: ./build.sh

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: install-librir-ubuntu-latest-${{ inputs.compiler || 'latest' }}
path: build/install
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4


- name: Install compiler ${{ inputs.compiler || 'clang' }}
Expand All @@ -48,7 +48,7 @@ jobs:
run: ./build.bat

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: install-librir-windows-latest-${{ inputs.compiler || 'clang' }}
path: build/install

0 comments on commit aa0e507

Please sign in to comment.