Skip to content

Commit 3bdac45

Browse files
chore(deps): update github artifact actions
1 parent d862dbc commit 3bdac45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runTests: false
3333
build: pnpm -F frontend build
3434
- name: Save frontend build folder
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v7
3636
with:
3737
name: build
3838
if-no-files-found: error
@@ -49,7 +49,7 @@ jobs:
4949
- name: Checkout
5050
uses: actions/checkout@v4
5151
- name: Download frontend build folder
52-
uses: actions/download-artifact@v4
52+
uses: actions/download-artifact@v8
5353
with:
5454
name: build
5555
path: apps/frontend/.output

0 commit comments

Comments
 (0)