From 9594e2987aa0ad2b34ad9b57a21d87fcf35af0c8 Mon Sep 17 00:00:00 2001 From: VK Date: Tue, 30 Apr 2024 12:17:06 +0100 Subject: [PATCH] Updated README --- ReadMe.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index d6f6f6f..6aa5815 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -37,18 +37,18 @@ jobs: matrix: platform: [linux, windows, mac] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4.1.4 with: lfs: true - name: Build id: build - uses: manleydev/build-godot-action@v1.4.1 + uses: manleydev/build-godot-action@v1.5.0 with: name: example preset: ${{ matrix.platform }} debugMode: "true" - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Client - ${{ matrix.platform }} path: ${{ github.workspace }}/${{ steps.build.outputs.build }}