From 05e95d604c1ac2071b5f8c02f4773cce32e6f6de Mon Sep 17 00:00:00 2001 From: zunda <47569369+zunda-pixel@users.noreply.github.com> Date: Sat, 31 May 2025 01:00:16 +0900 Subject: [PATCH] Update swift.yml --- .github/workflows/swift.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 7628958..911c528 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -10,7 +10,7 @@ jobs: container: swift:6.0.2-jammy steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Swift Version run: swift --version - name: Build (Debug) @@ -20,7 +20,7 @@ jobs: - name: Test (Debug) run: swift test --configuration debug --enable-code-coverage - name: Archive Build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: swiftpm-build-ubuntu-x86_64 path: .build/*/*.xctest