Skip to content

Commit

Permalink
Update Node 12 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Jan 9, 2024
1 parent 77cd247 commit 52d9a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
# check out once git command is available
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive

Expand All @@ -31,7 +31,7 @@ jobs:
run: bash ci/build-in-docker.sh

- name: Archive artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: AppImage ${{ matrix.ARCH }}
path: linuxdeploy-plugin-qt-${{ matrix.ARCH }}.AppImage*
Expand Down

0 comments on commit 52d9a4c

Please sign in to comment.