Skip to content

Commit

Permalink
Update to newest GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Jun 25, 2024
1 parent 70097c2 commit 2d1d6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
os: ['ubuntu-latest', 'macos-12', 'windows-2022']
llvm: ['18.1.7']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: ./main.sh
shell: bash
env:
version: ${{ matrix.llvm }}
threads: 2
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: clang+llvm-${{ matrix.llvm }}-${{ matrix.os }}
path: clang+llvm-${{ matrix.llvm }}-*.*

0 comments on commit 2d1d6e0

Please sign in to comment.