File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments