mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 07:22:20 +00:00
gha: Update actions for release.yaml
checkout@v2 should not be used anymore, please, see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
d38d7fbf1a
commit
73be4bd3f9
12
.github/workflows/release.yaml
vendored
12
.github/workflows/release.yaml
vendored
@ -12,9 +12,9 @@ jobs:
|
|||||||
needs: build-kata-static-tarball-amd64
|
needs: build-kata-static-tarball-amd64
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: get-kata-tarball
|
- name: get-kata-tarball
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: kata-static-tarball-amd64
|
name: kata-static-tarball-amd64
|
||||||
- name: build-and-push-kata-deploy-ci
|
- name: build-and-push-kata-deploy-ci
|
||||||
@ -61,9 +61,9 @@ jobs:
|
|||||||
needs: kata-deploy
|
needs: kata-deploy
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: download-artifacts
|
- name: download-artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: kata-static-tarball
|
name: kata-static-tarball
|
||||||
- name: install hub
|
- name: install hub
|
||||||
@ -85,7 +85,7 @@ jobs:
|
|||||||
needs: upload-static-tarball
|
needs: upload-static-tarball
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: generate-and-upload-tarball
|
- name: generate-and-upload-tarball
|
||||||
run: |
|
run: |
|
||||||
tag=$(echo $GITHUB_REF | cut -d/ -f3-)
|
tag=$(echo $GITHUB_REF | cut -d/ -f3-)
|
||||||
@ -99,7 +99,7 @@ jobs:
|
|||||||
needs: upload-cargo-vendored-tarball
|
needs: upload-cargo-vendored-tarball
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: download-and-upload-tarball
|
- name: download-and-upload-tarball
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GIT_UPLOAD_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GIT_UPLOAD_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user