In the readme suggested action, use checkout and upload-artifact v4.

v3 has been deprecated for a while, and the bump to v4 is painless (and has been done on the action itself already).
pull/45/head
Lukas Tenbrink 2024-09-17 03:47:49 +02:00 committed by GitHub
parent 91fe863773
commit cdedd8283f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
@ -110,7 +110,7 @@ jobs:
APPLE_DEV_TEAM_ID: ${{ secrets.APPLE_DEV_TEAM_ID }}
APPLE_DEV_APP_ID: ${{ secrets.APPLE_DEV_APP_ID }}
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: GDExtension
path: |