We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a31d3f commit 59c0e6dCopy full SHA for 59c0e6d
.github/workflows/main.yml
@@ -104,7 +104,7 @@ jobs:
104
id: date
105
run: echo "date=$(date +'%Y-%m-%dT%H_%M_%S')" >> $GITHUB_OUTPUT #no colons allowed for artifacts
106
107
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
108
if: always()
109
with:
110
name: unit_results_${{ matrix.python-version }}-${{ steps.date.outputs.date }}.csv
0 commit comments