Skip to content

Commit 52d9a4c

Browse files
committed
Update Node 12 actions
1 parent 77cd247 commit 52d9a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
# check out once git command is available
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424
with:
2525
submodules: recursive
2626

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

3333
- name: Archive artifacts
34-
uses: actions/upload-artifact@v2
34+
uses: actions/upload-artifact@v3
3535
with:
3636
name: AppImage ${{ matrix.ARCH }}
3737
path: linuxdeploy-plugin-qt-${{ matrix.ARCH }}.AppImage*

0 commit comments

Comments
 (0)