diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index c699c2a..03ae5fe 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -44,7 +44,7 @@ jobs: - name: Upload artifacts if: always() - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.6.2 with: name: build-artifacts-linux-${{ matrix.swift }}-${{ github.run_id }} path: | diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index b2bc34a..922397f 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -50,7 +50,7 @@ jobs: - name: Upload build artifacts if: always() - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.6.2 with: name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }} path: | diff --git a/Package.swift b/Package.swift index c20827f..b0fcc68 100644 --- a/Package.swift +++ b/Package.swift @@ -10,7 +10,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/ctreffs/SwiftSDL2.git", from: "1.4.1"), - .package(url: "https://github.com/fireblade-engine/ecs.git", from: "0.17.6"), + .package(url: "https://github.com/fireblade-engine/ecs.git", from: "0.17.7"), .package(url: "https://github.com/fireblade-engine/math.git", from: "0.13.0") ], targets: [