Skip to content

Commit d21402c

Browse files
authored
Merge pull request #45 from Ivorforce/patch-3
2 parents 91fe863 + cdedd82 commit d21402c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ${{ matrix.os }}
7979
steps:
8080
- name: Checkout
81-
uses: actions/checkout@v3
81+
uses: actions/checkout@v4
8282
with:
8383
submodules: true
8484
fetch-depth: 0
@@ -110,7 +110,7 @@ jobs:
110110
APPLE_DEV_TEAM_ID: ${{ secrets.APPLE_DEV_TEAM_ID }}
111111
APPLE_DEV_APP_ID: ${{ secrets.APPLE_DEV_APP_ID }}
112112
- name: Upload Artifact
113-
uses: actions/upload-artifact@v3
113+
uses: actions/upload-artifact@v4
114114
with:
115115
name: GDExtension
116116
path: |
@@ -247,4 +247,4 @@ After these secrets are obtained, all that remains is to set them in Github secr
247247
APPLE_DEV_PASSWORD: ${{ secrets.APPLE_DEV_PASSWORD }}
248248
APPLE_DEV_ID: ${{ secrets.APPLE_DEV_ID }}
249249
APPLE_DEV_TEAM_ID: ${{ secrets.APPLE_DEV_TEAM_ID }}
250-
```
250+
```

0 commit comments

Comments
 (0)