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 036f992 commit 4cb6896Copy full SHA for 4cb6896
.github/workflows/test-and-release.yaml
@@ -102,7 +102,7 @@ jobs:
102
id: dateAsString
103
run: echo "dateAsString=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV
104
105
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
106
if: failure()
107
with:
108
name: e2e-test-results-${{ env.dateAsString }}-${{ github.sha }}
0 commit comments