Skip to content

Commit 59c0e6d

Browse files
authored
Update main.yml
1 parent 2a31d3f commit 59c0e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
id: date
105105
run: echo "date=$(date +'%Y-%m-%dT%H_%M_%S')" >> $GITHUB_OUTPUT #no colons allowed for artifacts
106106

107-
- uses: actions/upload-artifact@v3
107+
- uses: actions/upload-artifact@v4
108108
if: always()
109109
with:
110110
name: unit_results_${{ matrix.python-version }}-${{ steps.date.outputs.date }}.csv

0 commit comments

Comments
 (0)