From a536660777bdc8f106fdaac0e719cee18e7b07a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 19:24:34 +0000 Subject: [PATCH] Update actions/upload-artifact action to v3.2.0 --- .github/workflows/ci-macos.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 19c3b4f..538603e 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -27,7 +27,7 @@ jobs: - name: Upload test artifacts if: failure() - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.2.0 with: name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }} path: | @@ -41,7 +41,7 @@ jobs: - name: Upload build artifacts if: failure() - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.2.0 with: name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }} path: | @@ -59,7 +59,7 @@ jobs: echo "`swift package compute-checksum SDL2.xcframework.zip`" > SDL2.xcframework.checksum.txt - name: Publish XCFramework - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.2.0 with: name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }} path: | @@ -85,7 +85,7 @@ jobs: - name: Upload test artifacts if: failure() - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.2.0 with: name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }} path: | @@ -99,7 +99,7 @@ jobs: - name: Upload build artifacts if: failure() - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.2.0 with: name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }} path: |