Skip to content

Commit 8104a42

Browse files
authored
Update artifact action
1 parent bc1cc36 commit 8104a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
make -k -j 48
4848
- name: Archive
4949
if: ${{ failure() }}
50-
uses: actions/upload-artifact@v2
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: Regress Archives
5353
path: ${{ github.workspace }}/compiler/tests/results/*

0 commit comments

Comments
 (0)