Skip to content

Commit 3935d75

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 9ba0de6 commit 3935d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
id: dateAsString
103103
run: echo "dateAsString=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV
104104

105-
- uses: actions/upload-artifact@v4
105+
- uses: actions/upload-artifact@v5
106106
if: failure()
107107
with:
108108
name: e2e-test-results-${{ env.dateAsString }}-${{ github.sha }}

0 commit comments

Comments
 (0)