Skip to content

Commit e27383d

Browse files
chore(deps): update github artifact actions
1 parent f59c876 commit e27383d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: git diff --exit-code
2323

2424
- name: Upload Artifacts
25-
uses: actions/upload-artifact@v6
25+
uses: actions/upload-artifact@v7
2626
with:
2727
name: dist
2828
path: dist/**

.github/workflows/test-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
persist-credentials: false
2525

2626
- name: Download artifact
27-
uses: actions/download-artifact@v7
27+
uses: actions/download-artifact@v8
2828
with:
2929
name: dist
3030
path: dist

0 commit comments

Comments
 (0)