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 39e7a35 commit f5fed3bCopy full SHA for f5fed3b
.github/workflows/main.yml
@@ -204,14 +204,14 @@ jobs:
204
}
205
206
- name: Upload artifacts
207
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
208
with:
209
name: ${{ matrix.target }}-${{ github.run_number }}
210
path: ${{ github.workspace }}/binaries/*
211
212
- name: Upload appx
213
if: ${{ matrix.os == 'windows-latest' && github.event_name != 'pull_request' }}
214
215
216
name: ${{ matrix.target }}-appx-${{ github.run_number }}
217
path: ${{ github.workspace }}/appx/*
0 commit comments