Skip to content

Commit 5eee2e4

Browse files
authored
chore(deps): update actions/upload-artifact action to v4 (#186)
1 parent b4acf5b commit 5eee2e4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: pnpm build:demo
7171

7272
- name: Archive build artifacts
73-
uses: actions/upload-artifact@v3
73+
uses: actions/upload-artifact@v4
7474
with:
7575
name: dist folders
7676
path: |
@@ -124,7 +124,7 @@ jobs:
124124
${{ steps.playwrightsummary.outputs.stdout }} ${{ steps.playwrightsummary.outputs.stderr }}
125125
edit-mode: replace
126126

127-
- uses: actions/upload-artifact@v3
127+
- uses: actions/upload-artifact@v4
128128
if: always()
129129
with:
130130
name: playwright-report

.github/workflows/publish-npm-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: pnpm build
6161

6262
- name: Archive build artifacts
63-
uses: actions/upload-artifact@v3
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: dist folders
6666
path: |

.github/workflows/publish-npm-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: pnpm build
6969

7070
- name: Archive build artifacts
71-
uses: actions/upload-artifact@v3
71+
uses: actions/upload-artifact@v4
7272
with:
7373
name: dist folders
7474
path: |

.github/workflows/publish-npm-prompt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: pnpm build
7373

7474
- name: Archive build artifacts
75-
uses: actions/upload-artifact@v3
75+
uses: actions/upload-artifact@v4
7676
with:
7777
name: dist folders
7878
path: |

0 commit comments

Comments
 (0)