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/workflows/ios.yml
vendored
4
.github/workflows/ios.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
id: go
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
find dist
|
||||
|
||||
- name: Upload xcframework
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: gopenpgp.xcframework
|
||||
path: dist/apple/gopenpgp.xcframework
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue