Skip to content

Commit

Permalink
Update appimage.yml - use newer versions for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dragotin authored Sep 4, 2024
1 parent 79f3bb0 commit d5dcbe5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build-and-test:
name: Build AppImage for x86_64
runs-on: ubuntu-latest
container: opensuse/leap:15.2
container: opensuse/leap:15.3

env:
ARCH: x86_64
Expand All @@ -21,7 +21,7 @@ jobs:
zypper --gpg-auto-import-keys refresh
zypper -n install ImageMagick deskew wget libqt5-qtbase-devel Mesa-libGL-devel extra-cmake-modules git cmake gcc gcc-c++ ninja libqt5-linguist-devel
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -32,7 +32,7 @@ jobs:
run: bash -ex ci/build.sh

- name: Archive artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: AppImage x86_64
path: PDFQuirk*.AppImage*
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
- name: Inspect directory after downloading artifacts
run: ls -alFR
- name: Create release and upload artifacts
Expand Down

0 comments on commit d5dcbe5

Please sign in to comment.