Skip to content

Commit

Permalink
ci: Update github actions versions yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed May 20, 2024
1 parent a89158b commit 246dbd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: '0'

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
./appimagetool appdir
- name: Upload artifacts - Linux AppImage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: matrix.config.appimage
with:
name: ${{ matrix.config.name }}
Expand Down

0 comments on commit 246dbd7

Please sign in to comment.