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 01761a3 commit d243fb5Copy full SHA for d243fb5
.github/workflows/test-and-release.yaml
@@ -245,7 +245,7 @@ jobs:
245
--no-warnings ./feature-runner/console-reporter.ts --only-failed
246
--with-timestamps
247
248
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
249
if: failure()
250
with:
251
name: e2e-test-result-${{ github.sha }}
@@ -261,7 +261,7 @@ jobs:
261
node --experimental-transform-types ./aws/export-logs.ts ${{ env.STACK_NAME }}
262
node --experimental-transform-types ./aws/export-logs.ts ${{ needs.http-api-mock.outputs.stackName }}
263
264
265
266
267
name: logs-${{ github.sha }}
0 commit comments