Skip to content

Commit ed28740

Browse files
chore(deps): update github artifact actions
1 parent d6c7ac2 commit ed28740

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: pnpm install
2626
- run: pnpm run build
27-
- uses: actions/upload-artifact@v4
27+
- uses: actions/upload-artifact@v5
2828
with:
2929
name: dist
3030
path: dist
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
username: ${{ secrets.DOCKERHUB_USERNAME }}
6868
password: ${{ secrets.DOCKERHUB_TOKEN }}
69-
- uses: actions/download-artifact@v4
69+
- uses: actions/download-artifact@v6
7070
with:
7171
name: dist
7272
path: dist

0 commit comments

Comments
 (0)