We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1cc36 commit 8104a42Copy full SHA for 8104a42
.github/workflows/regress.yml
@@ -47,7 +47,7 @@ jobs:
47
make -k -j 48
48
- name: Archive
49
if: ${{ failure() }}
50
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
51
with:
52
name: Regress Archives
53
path: ${{ github.workspace }}/compiler/tests/results/*
0 commit comments