Skip to content

Commit

Permalink
Update to use artifact@v3 in the CI script.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Sep 5, 2024
1 parent cc353bb commit 85ca1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: make LLVM=$HOME/llvm-mos/bin -j`nproc` +all +mametest

- name: Upload build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ github.event.repository.name }}.${{ github.sha }}
path: |
Expand Down

0 comments on commit 85ca1ef

Please sign in to comment.