We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cd247 commit 52d9a4cCopy full SHA for 52d9a4c
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
# check out once git command is available
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
24
with:
25
submodules: recursive
26
@@ -31,7 +31,7 @@ jobs:
31
run: bash ci/build-in-docker.sh
32
33
- name: Archive artifacts
34
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
35
36
name: AppImage ${{ matrix.ARCH }}
37
path: linuxdeploy-plugin-qt-${{ matrix.ARCH }}.AppImage*
0 commit comments