Skip to content

Commit c0fca55

Browse files
committed
Update GitHub CI
1 parent 1525ba4 commit c0fca55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/buildroot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ jobs:
1818
$SWIFT_BUILDROOT/.devcontainer/build-scripts/download-buildroot.sh
1919
$SWIFT_BUILDROOT/.devcontainer/build-scripts/build.sh
2020
- name: Archive Build artifacts
21-
uses: actions/upload-artifact@v3
21+
uses: actions/upload-artifact@v4.5.0
2222
with:
2323
name: build-${{ matrix.arch }}
24-
path: ./output/${{ matrix.arch }}/images
24+
path: ${{ github.workspace }}/output/${{ matrix.arch }}/images/rootfs.tar
2525
- name: Test
2626
run: |
2727
export SWIFT_BUILDROOT=$GITHUB_WORKSPACE
2828
export SWIFT_TARGET_ARCH=${{ matrix.arch }}
2929
$SWIFT_BUILDROOT/.devcontainer/build-scripts/test-swift.sh
3030
- name: Upload test binary
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4.5.0
3232
with:
3333
name: swift-hello-${{ matrix.arch }}
34-
path: ./output/${{ matrix.arch }}/target/usr/bin/swift-hello
34+
path: ${{ github.workspace }}/output/${{ matrix.arch }}/target/usr/bin/swift-hello

0 commit comments

Comments
 (0)