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.resolved b/Package.resolved index 196c96b..c815886 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/fireblade-engine/ecs.git", "state" : { - "revision" : "0b3ba9241be23e4787ae9421728faab9bd9ba9e6", - "version" : "0.17.6" + "revision" : "ae23509c4a5b8a1631e31fe697279d0cde40c45a", + "version" : "0.17.7" } }, { 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: [