Skip to content

Commit

Permalink
Update artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
jcirimel authored Nov 14, 2024
1 parent bc1cc36 commit 8104a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
make -k -j 48
- name: Archive
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Regress Archives
path: ${{ github.workspace }}/compiler/tests/results/*
Expand Down

0 comments on commit 8104a42

Please sign in to comment.