Skip to content

Commit

Permalink
CI actions: update to latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Jan 9, 2025
1 parent 56a7c7c commit e5931b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sudo apt install cmake git g++ clang pkg-config libdeflate-dev
- name: Get the Source
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Configure shell
run: |
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -98,7 +98,7 @@ jobs:
- name: 📥 Download artifacts
uses: actions/[email protected]

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
name: Build AppImage
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
recipe: "AppImageBuilder.yml"

- name: 📤 Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: timg-${{ env.PACKAGE_VERSION }}-x86_64.AppImage
path: timg-${{ env.PACKAGE_VERSION }}-x86_64.AppImage
Expand Down

0 comments on commit e5931b9

Please sign in to comment.