Skip to content

Commit d243fb5

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 01761a3 commit d243fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
--no-warnings ./feature-runner/console-reporter.ts --only-failed
246246
--with-timestamps
247247

248-
- uses: actions/upload-artifact@v4
248+
- uses: actions/upload-artifact@v5
249249
if: failure()
250250
with:
251251
name: e2e-test-result-${{ github.sha }}
@@ -261,7 +261,7 @@ jobs:
261261
node --experimental-transform-types ./aws/export-logs.ts ${{ env.STACK_NAME }}
262262
node --experimental-transform-types ./aws/export-logs.ts ${{ needs.http-api-mock.outputs.stackName }}
263263
264-
- uses: actions/upload-artifact@v4
264+
- uses: actions/upload-artifact@v5
265265
if: failure()
266266
with:
267267
name: logs-${{ github.sha }}

0 commit comments

Comments
 (0)