We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9a122 commit 0900a25Copy full SHA for 0900a25
.github/workflows/release.yml
@@ -94,7 +94,7 @@ jobs:
94
7z a ${{ matrix.name }}-${{ github.ref_name }}-${{ matrix.target }}.zip target\${{ matrix.target }}\release\${{ matrix.name }}.exe
95
96
- name: Upload artifact
97
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
98
with:
99
name: ${{ matrix.name }}-${{ github.ref_name }}-${{ matrix.target }}
100
path: |
@@ -176,7 +176,7 @@ jobs:
176
runs-on: ubuntu-latest
177
steps:
178
- name: Download artifacts
179
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
180
181
path: ./artifacts
182
0 commit comments