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 2854c71 commit 501e9aeCopy full SHA for 501e9ae
.github/workflows/regression.yml
@@ -53,7 +53,7 @@ jobs:
53
./run_regression.pl >& regression.log
54
! grep -E 'Processing|Executing|Result|stopped' regression.log | grep -q -E 'FAIL|stopped'
55
56
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
57
with:
58
name: regression-log
59
path: sw/regression.log
0 commit comments