Skip to content

Commit b0f9007

Browse files
authored
chore: update upload-artifact action to v4 (#533)
1 parent 8c568ff commit b0f9007

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gateway-conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ jobs:
110110
run: cat output.md >> $GITHUB_STEP_SUMMARY
111111
- name: Upload HTML report
112112
if: failure() || success()
113-
uses: actions/upload-artifact@v3
113+
uses: actions/upload-artifact@v4
114114
with:
115115
name: gateway-conformance.html
116116
path: output.html
117117
- name: Upload JSON report
118118
if: failure() || success()
119-
uses: actions/upload-artifact@v3
119+
uses: actions/upload-artifact@v4
120120
with:
121121
name: gateway-conformance.json
122122
path: output.json

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: npm run test:e2e
4343
env:
4444
METRICS: false
45-
- uses: actions/upload-artifact@v3
45+
- uses: actions/upload-artifact@v4
4646
if: always()
4747
with:
4848
name: playwright-report

0 commit comments

Comments
 (0)