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:
Lukas Burkhalter 2024-09-20 10:33:44 +02:00 committed by GitHub
parent 4e8fad59d6
commit dec9c18fc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 20 additions and 20 deletions

View file

@ -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}}