Skip to content

Commit 0900a25

Browse files
ltitanbmerklefruit
authored andcommitted
fix: ci build
1 parent 5c9a122 commit 0900a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
7z a ${{ matrix.name }}-${{ github.ref_name }}-${{ matrix.target }}.zip target\${{ matrix.target }}\release\${{ matrix.name }}.exe
9595
9696
- name: Upload artifact
97-
uses: actions/upload-artifact@v3
97+
uses: actions/upload-artifact@v4
9898
with:
9999
name: ${{ matrix.name }}-${{ github.ref_name }}-${{ matrix.target }}
100100
path: |
@@ -176,7 +176,7 @@ jobs:
176176
runs-on: ubuntu-latest
177177
steps:
178178
- name: Download artifacts
179-
uses: actions/download-artifact@v3
179+
uses: actions/download-artifact@v4
180180
with:
181181
path: ./artifacts
182182

0 commit comments

Comments
 (0)