update actions/download-artifact@v4 -> actions/download-artifact@v8
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -123,7 +123,7 @@ jobs:
|
|||||||
needs: [build-test]
|
needs: [build-test]
|
||||||
steps:
|
steps:
|
||||||
# Download prebuilt ubuntu binary from build-test job, setup logtalk
|
# Download prebuilt ubuntu binary from build-test job, setup logtalk
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: scryer-prolog_ubuntu-22.04_x86_64-unknown-linux-gnu
|
name: scryer-prolog_ubuntu-22.04_x86_64-unknown-linux-gnu
|
||||||
- run: |
|
- run: |
|
||||||
@@ -220,7 +220,7 @@ jobs:
|
|||||||
needs: [build-test]
|
needs: [build-test]
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v8
|
||||||
- name: Zip binaries for release
|
- name: Zip binaries for release
|
||||||
run: |
|
run: |
|
||||||
zip scryer-prolog_macos-latest.zip ./scryer-prolog_macos-latest_x86_64-apple-darwin/scryer-prolog
|
zip scryer-prolog_macos-latest.zip ./scryer-prolog_macos-latest_x86_64-apple-darwin/scryer-prolog
|
||||||
|
|||||||
Reference in New Issue
Block a user