Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit 0b450cb

Browse files
chore(deps): update github artifact actions
1 parent 7253afc commit 0b450cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
args: --release --target ${{ matrix.target }}
6363

6464
- name: upload artifacts
65-
uses: actions/upload-artifact@v2
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: ${{ matrix.target }}
6868
path: |
@@ -99,7 +99,7 @@ jobs:
9999
args: --release --target ${{ matrix.target }}
100100

101101
- name: upload artifacts
102-
uses: actions/upload-artifact@v2
102+
uses: actions/upload-artifact@v4
103103
with:
104104
name: ${{ matrix.target }}
105105
path: |
@@ -137,7 +137,7 @@ jobs:
137137
args: --release --target ${{ matrix.target }}
138138

139139
- name: upload artifacts
140-
uses: actions/upload-artifact@v2
140+
uses: actions/upload-artifact@v4
141141
with:
142142
name: ${{ matrix.target }}
143143
path: |
@@ -153,7 +153,7 @@ jobs:
153153
runs-on: ubuntu-latest
154154
steps:
155155
- uses: actions/checkout@v2
156-
- uses: actions/download-artifact@v3
156+
- uses: actions/download-artifact@v5
157157

158158
- name: package m1 apple
159159
uses: papeloto/action-zip@v1

0 commit comments

Comments
 (0)