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 e448140 commit ee6b497Copy full SHA for ee6b497
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Run build in Docker
36
run: bash -euxo pipefail ci/build-in-docker.sh
37
- name: Archive artifacts
38
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
39
with:
40
name: AppImage ${{ matrix.ARCH }}
41
path: linuxdeploy-plugin-appimage*.AppImage*
0 commit comments