diff --git a/README.md b/README.md index 87d4e4a..51c668b 100644 --- a/README.md +++ b/README.md @@ -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: | @@ -247,4 +247,4 @@ After these secrets are obtained, all that remains is to set them in Github secr APPLE_DEV_PASSWORD: ${{ secrets.APPLE_DEV_PASSWORD }} APPLE_DEV_ID: ${{ secrets.APPLE_DEV_ID }} APPLE_DEV_TEAM_ID: ${{ secrets.APPLE_DEV_TEAM_ID }} -``` \ No newline at end of file +```