ci: Update github workflow actions (#298)
- update actions/download-artifact to v4 - update actions/checkout to v4 - update actions/upload-artifact to v4
This commit is contained in:
parent
4e8fad59d6
commit
dec9c18fc6
5 changed files with 20 additions and 20 deletions
4
.github/actions/build-gosop/action.yml
vendored
4
.github/actions/build-gosop/action.yml
vendored
|
|
@ -16,7 +16,7 @@ runs:
|
|||
using: "composite"
|
||||
steps:
|
||||
- name: Checkout gopenpgp
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ inputs.gopenpgp-ref }}
|
||||
path: gopenpgp
|
||||
|
|
@ -32,7 +32,7 @@ runs:
|
|||
with:
|
||||
go-version: ^1.18
|
||||
- name: Check out gosop
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: ProtonMail/gosop
|
||||
ref: ${{ env.GOSOP_BRANCH_REF}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue