We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa6075 commit b1a15c4Copy full SHA for b1a15c4
1 file changed
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
python3 eval/eval.py res.csv
57
python3 eval/plot.py --task task1 res.csv
58
python3 eval/plot.py --task task2 res.csv
59
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
60
with:
61
name: Results
62
path: |
0 commit comments