Skip to content

Commit 91c41fe

Browse files
chore(deps): update github artifact actions
1 parent 95c4c0b commit 91c41fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uv build
5757
5858
- name: Upload artifacts
59-
uses: actions/upload-artifact@v5
59+
uses: actions/upload-artifact@v6
6060
with:
6161
name: dist
6262
path: dist/
@@ -71,7 +71,7 @@ jobs:
7171

7272
steps:
7373
- name: Download artifacts
74-
uses: actions/download-artifact@v6
74+
uses: actions/download-artifact@v7
7575
with:
7676
name: dist
7777
path: dist/

0 commit comments

Comments
 (0)