Skip to content

Commit 4e55e17

Browse files
authored
chore(deps): update actions/upload-artifact action to v4 (#198)
1 parent a768a9e commit 4e55e17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ jobs:
8181
run: pnpm test:e2e
8282

8383
- name: Upload Event File
84-
uses: actions/upload-artifact@v3
84+
uses: actions/upload-artifact@v4
8585
with:
8686
name: Event File
8787
path: ${{ github.event_path }}
8888

8989
- name: Upload Test Results
9090
if: always()
91-
uses: actions/upload-artifact@v3
91+
uses: actions/upload-artifact@v4
9292
with:
9393
name: Test Results
9494
path: |

0 commit comments

Comments
 (0)