We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e91de8 commit 524d3ffCopy full SHA for 524d3ff
.github/workflows/main.yml
@@ -15,13 +15,13 @@ jobs:
15
ARCH: ${{ matrix.ARCH }}
16
DIST: bionic
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
19
with:
20
submodules: recursive
21
- name: Build AppImage in Docker
22
run: bash -ex ci/build-in-docker.sh
23
- name: Archive artifacts
24
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
25
26
name: AppImage build ${{ matrix.ARCH }}
27
path: |
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ubuntu-20.04
37
38
- name: Download artifacts
39
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
40
- name: Inspect directory after downloading artifacts
41
run: ls -alFR
42
- name: Create release and upload artifacts
0 commit comments