mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #881 from kiwix/update-workflow-versions
Bump-up GitHub action workflows to latest version
This commit is contained in:
commit
6fd54c7e6e
|
@ -11,9 +11,9 @@ jobs:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Setup python 3.9
|
- name: Setup python 3.9
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- ubuntu-focal
|
- ubuntu-focal
|
||||||
- ubuntu-bionic
|
- ubuntu-bionic
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
# Determine which PPA we should upload to
|
# Determine which PPA we should upload to
|
||||||
- name: PPA
|
- name: PPA
|
||||||
|
@ -66,7 +66,7 @@ jobs:
|
||||||
args: --no-sign
|
args: --no-sign
|
||||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Packages for ${{ matrix.distro }}
|
name: Packages for ${{ matrix.distro }}
|
||||||
path: output
|
path: output
|
||||||
|
|
Loading…
Reference in New Issue