Skip to content

Commit 3e2bec9

Browse files
chore(deps): update github artifact actions
1 parent 7c7690a commit 3e2bec9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7070

7171
- name: Upload Dist
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@v6
7373
if: always()
7474
with:
7575
name: dist
@@ -96,7 +96,7 @@ jobs:
9696
- uses: actions/checkout@v6
9797

9898
- name: Download Artifacts
99-
uses: actions/download-artifact@v5
99+
uses: actions/download-artifact@v7
100100
with:
101101
name: dist
102102

@@ -145,7 +145,7 @@ jobs:
145145
bun run pack.exe
146146
147147
- name: Upload Executables
148-
uses: actions/upload-artifact@v4
148+
uses: actions/upload-artifact@v6
149149
with:
150150
name: exe-${{ matrix.os }}
151151
path: |
@@ -177,7 +177,7 @@ jobs:
177177
submodules: true
178178

179179
- name: Download Dist
180-
uses: actions/download-artifact@v5
180+
uses: actions/download-artifact@v7
181181
with:
182182
name: dist
183183

@@ -281,7 +281,7 @@ jobs:
281281
submodules: true
282282

283283
- name: Download Dist
284-
uses: actions/download-artifact@v5
284+
uses: actions/download-artifact@v7
285285
with:
286286
name: dist
287287

@@ -536,7 +536,7 @@ jobs:
536536
runs-on: ubuntu-24.04
537537
steps:
538538
- name: Download Executables
539-
uses: actions/download-artifact@v5
539+
uses: actions/download-artifact@v7
540540
with:
541541
pattern: exe-*
542542
path: ./exe/
@@ -548,7 +548,7 @@ jobs:
548548
chmod +x -R ./exe/
549549
550550
- name: Download Dist
551-
uses: actions/download-artifact@v5
551+
uses: actions/download-artifact@v7
552552
with:
553553
name: dist
554554
path: dist/

0 commit comments

Comments
 (0)