diff --git a/.github/workflows/build-pal3-mono-android.yml b/.github/workflows/build-pal3-mono-android.yml index a10652d6..806be25b 100644 --- a/.github/workflows/build-pal3-mono-android.yml +++ b/.github/workflows/build-pal3-mono-android.yml @@ -21,7 +21,7 @@ jobs: large-packages: true docker-images: true swap-storage: true - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 with: fetch-depth: 0 lfs: true @@ -39,7 +39,7 @@ jobs: targetPlatform: ${{ matrix.targetPlatform }} buildName: PAL3 versioning: Semantic - - uses: actions/upload-artifact@v4.3.1 + - uses: actions/upload-artifact@v4.3.2 with: name: PAL3-Mono-${{ matrix.targetPlatform }} path: build/${{ matrix.targetPlatform }} diff --git a/.github/workflows/build-pal3-mono-ios.yml b/.github/workflows/build-pal3-mono-ios.yml index dbd019c4..81cfb997 100644 --- a/.github/workflows/build-pal3-mono-ios.yml +++ b/.github/workflows/build-pal3-mono-ios.yml @@ -12,7 +12,7 @@ jobs: targetPlatform: - iOS # Build an iOS player. steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 with: fetch-depth: 0 lfs: true diff --git a/.github/workflows/build-pal3-mono-linux.yml b/.github/workflows/build-pal3-mono-linux.yml index 6958bea7..b0548990 100644 --- a/.github/workflows/build-pal3-mono-linux.yml +++ b/.github/workflows/build-pal3-mono-linux.yml @@ -12,7 +12,7 @@ jobs: targetPlatform: - StandaloneLinux64 # Build a Linux 64-bit standalone. steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 with: fetch-depth: 0 lfs: true @@ -30,7 +30,7 @@ jobs: targetPlatform: ${{ matrix.targetPlatform }} buildName: PAL3 versioning: Semantic - - uses: actions/upload-artifact@v4.3.1 + - uses: actions/upload-artifact@v4.3.2 with: name: PAL3-Mono-${{ matrix.targetPlatform }} path: build/${{ matrix.targetPlatform }} diff --git a/.github/workflows/build-pal3-mono-macos.yml b/.github/workflows/build-pal3-mono-macos.yml index 749f8b11..5ebafe21 100644 --- a/.github/workflows/build-pal3-mono-macos.yml +++ b/.github/workflows/build-pal3-mono-macos.yml @@ -12,7 +12,7 @@ jobs: targetPlatform: - StandaloneOSX # Build a macOS standalone (Intel 64-bit). steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 with: fetch-depth: 0 lfs: true @@ -30,7 +30,7 @@ jobs: targetPlatform: ${{ matrix.targetPlatform }} buildName: PAL3 versioning: Semantic - - uses: actions/upload-artifact@v4.3.1 + - uses: actions/upload-artifact@v4.3.2 with: name: PAL3-Mono-${{ matrix.targetPlatform }} path: build/${{ matrix.targetPlatform }} diff --git a/.github/workflows/build-pal3-mono-windows.yml b/.github/workflows/build-pal3-mono-windows.yml index 3fdf56fb..8cd4caa7 100644 --- a/.github/workflows/build-pal3-mono-windows.yml +++ b/.github/workflows/build-pal3-mono-windows.yml @@ -13,7 +13,7 @@ jobs: - StandaloneWindows # Build a Windows standalone. - StandaloneWindows64 # Build a Windows 64-bit standalone. steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 with: fetch-depth: 0 lfs: true @@ -31,7 +31,7 @@ jobs: targetPlatform: ${{ matrix.targetPlatform }} buildName: PAL3 versioning: Semantic - - uses: actions/upload-artifact@v4.3.1 + - uses: actions/upload-artifact@v4.3.2 with: name: PAL3-Mono-${{ matrix.targetPlatform }} path: build/${{ matrix.targetPlatform }} diff --git a/.github/workflows/build-pal3a-mono-android.yml b/.github/workflows/build-pal3a-mono-android.yml index d1759d07..fcdb71dc 100644 --- a/.github/workflows/build-pal3a-mono-android.yml +++ b/.github/workflows/build-pal3a-mono-android.yml @@ -21,7 +21,7 @@ jobs: large-packages: true docker-images: true swap-storage: true - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 with: fetch-depth: 0 lfs: true @@ -52,7 +52,7 @@ jobs: targetPlatform: ${{ matrix.targetPlatform }} buildName: PAL3A versioning: Semantic - - uses: actions/upload-artifact@v4.3.1 + - uses: actions/upload-artifact@v4.3.2 with: name: PAL3A-Mono-${{ matrix.targetPlatform }} path: build/${{ matrix.targetPlatform }} diff --git a/.github/workflows/build-pal3a-mono-ios.yml b/.github/workflows/build-pal3a-mono-ios.yml index b9578eaf..3286f1d7 100644 --- a/.github/workflows/build-pal3a-mono-ios.yml +++ b/.github/workflows/build-pal3a-mono-ios.yml @@ -12,7 +12,7 @@ jobs: targetPlatform: - iOS # Build an iOS player. steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 with: fetch-depth: 0 lfs: true diff --git a/.github/workflows/build-pal3a-mono-linux.yml b/.github/workflows/build-pal3a-mono-linux.yml index 97c20f13..905de383 100644 --- a/.github/workflows/build-pal3a-mono-linux.yml +++ b/.github/workflows/build-pal3a-mono-linux.yml @@ -12,7 +12,7 @@ jobs: targetPlatform: - StandaloneLinux64 # Build a Linux 64-bit standalone. steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 with: fetch-depth: 0 lfs: true @@ -43,7 +43,7 @@ jobs: targetPlatform: ${{ matrix.targetPlatform }} buildName: PAL3A versioning: Semantic - - uses: actions/upload-artifact@v4.3.1 + - uses: actions/upload-artifact@v4.3.2 with: name: PAL3A-Mono-${{ matrix.targetPlatform }} path: build/${{ matrix.targetPlatform }} diff --git a/.github/workflows/build-pal3a-mono-macos.yml b/.github/workflows/build-pal3a-mono-macos.yml index 76b188f0..52e3e977 100644 --- a/.github/workflows/build-pal3a-mono-macos.yml +++ b/.github/workflows/build-pal3a-mono-macos.yml @@ -12,7 +12,7 @@ jobs: targetPlatform: - StandaloneOSX # Build a macOS standalone (Intel 64-bit). steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 with: fetch-depth: 0 lfs: true @@ -43,7 +43,7 @@ jobs: targetPlatform: ${{ matrix.targetPlatform }} buildName: PAL3A versioning: Semantic - - uses: actions/upload-artifact@v4.3.1 + - uses: actions/upload-artifact@v4.3.2 with: name: PAL3A-Mono-${{ matrix.targetPlatform }} path: build/${{ matrix.targetPlatform }} diff --git a/.github/workflows/build-pal3a-mono-windows.yml b/.github/workflows/build-pal3a-mono-windows.yml index ab78e496..41f04597 100644 --- a/.github/workflows/build-pal3a-mono-windows.yml +++ b/.github/workflows/build-pal3a-mono-windows.yml @@ -13,7 +13,7 @@ jobs: - StandaloneWindows # Build a Windows standalone. - StandaloneWindows64 # Build a Windows 64-bit standalone. steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 with: fetch-depth: 0 lfs: true @@ -44,7 +44,7 @@ jobs: targetPlatform: ${{ matrix.targetPlatform }} buildName: PAL3A versioning: Semantic - - uses: actions/upload-artifact@v4.3.1 + - uses: actions/upload-artifact@v4.3.2 with: name: PAL3A-Mono-${{ matrix.targetPlatform }} path: build/${{ matrix.targetPlatform }}