mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-21 02:44:04 -04:00
Update GitHub workflow actions
This commit is contained in:
parent
ad58d74699
commit
4e8d3097b9
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
name: Deploy kiwix-tools Docker Image
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3.1.0
|
||||
- uses: actions/checkout@v3
|
||||
- name: build and publish kiwix-tools
|
||||
uses: openzim/docker-publish-action@v9
|
||||
with:
|
||||
@ -41,7 +41,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
needs: build-and-push-kiwix-tools
|
||||
steps:
|
||||
- uses: actions/checkout@v3.1.0
|
||||
- uses: actions/checkout@v3
|
||||
- name: build and publish kiwix-serve
|
||||
uses: openzim/docker-publish-action@v9
|
||||
with:
|
||||
|
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
- ubuntu-impish
|
||||
- ubuntu-focal
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
# Determine which PPA we should upload to
|
||||
- name: PPA
|
||||
@ -57,7 +57,7 @@ jobs:
|
||||
args: --no-sign
|
||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Packages for ${{ matrix.distro }}
|
||||
path: output
|
||||
|
Loading…
x
Reference in New Issue
Block a user