File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444
4545 - name : Upload artifacts
4646 if : always()
47- uses : actions/upload-artifact@v4.4.3
47+ uses : actions/upload-artifact@v4.6.2
4848 with :
4949 name : build-artifacts-linux-${{ matrix.swift }}-${{ github.run_id }}
5050 path : |
Original file line number Diff line number Diff line change 5050
5151 - name : Upload build artifacts
5252 if : always()
53- uses : actions/upload-artifact@v4.4.3
53+ uses : actions/upload-artifact@v4.6.2
5454 with :
5555 name : build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
5656 path : |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ let package = Package(
1010 ] ,
1111 dependencies: [
1212 . package ( url: " https://github.com/ctreffs/SwiftSDL2.git " , from: " 1.4.1 " ) ,
13- . package ( url: " https://github.com/fireblade-engine/ecs.git " , from: " 0.17.6 " ) ,
13+ . package ( url: " https://github.com/fireblade-engine/ecs.git " , from: " 0.17.7 " ) ,
1414 . package ( url: " https://github.com/fireblade-engine/math.git " , from: " 0.13.0 " )
1515 ] ,
1616 targets: [
You can’t perform that action at this time.
0 commit comments