Skip to content

Commit

Permalink
Update all actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nope-------- committed Sep 4, 2024
1 parent 956ab95 commit 46f072b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Build AppImage for ${{ matrix.ARCH }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install dependencies (x86_64)
if: matrix.ARCH == 'x86_64'
run: |
Expand All @@ -32,7 +32,7 @@ jobs:
export ARCH="${{ matrix.ARCH }}"
bash -xe ci/build-appimage.sh
- name: Archive artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: AppImage ${{ matrix.ARCH }}
path: appimagelint*.AppImage*
Expand All @@ -44,7 +44,7 @@ jobs:
- appimage
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 46f072b

Please sign in to comment.