Update artifact action

This commit is contained in:
Jesse Cirimelli-Low 2024-11-13 22:45:31 -08:00 committed by GitHub
parent bc1cc36ade
commit 8104a42f0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
make -k -j 48 make -k -j 48
- name: Archive - name: Archive
if: ${{ failure() }} if: ${{ failure() }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: Regress Archives name: Regress Archives
path: ${{ github.workspace }}/compiler/tests/results/* path: ${{ github.workspace }}/compiler/tests/results/*