update actions/upload-artifact@v4 -> actions/upload-artifact@v7
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -110,7 +110,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish release binary artifact
|
- name: Publish release binary artifact
|
||||||
if: matrix.publish
|
if: matrix.publish
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
target/${{ matrix.target }}/release/scryer-prolog*
|
target/${{ matrix.target }}/release/scryer-prolog*
|
||||||
@@ -147,12 +147,12 @@ jobs:
|
|||||||
|| echo "::warning ::logtalk compliance suite failed"
|
|| echo "::warning ::logtalk compliance suite failed"
|
||||||
# -u "https://github.com/LogtalkDotOrg/logtalk3/tree/$LOGTALK_GIT_HASH/tests/prolog/" \
|
# -u "https://github.com/LogtalkDotOrg/logtalk3/tree/$LOGTALK_GIT_HASH/tests/prolog/" \
|
||||||
- name: Publish Logtalk test logs
|
- name: Publish Logtalk test logs
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: logtalk-test-logs
|
name: logtalk-test-logs
|
||||||
path: '${{ env.LOGTALKUSER }}/tests/prolog/logtalk_tester_logs'
|
path: '${{ env.LOGTALKUSER }}/tests/prolog/logtalk_tester_logs'
|
||||||
- name: Publish Logtalk test results artifact
|
- name: Publish Logtalk test results artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: logtalk-test-results
|
name: logtalk-test-results
|
||||||
path: '${{ env.LOGTALKUSER }}/tests/prolog/**/*.xml'
|
path: '${{ env.LOGTALKUSER }}/tests/prolog/**/*.xml'
|
||||||
@@ -187,7 +187,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
RUSTC_BOOTSTRAP=1 cargo test --all -- -Z unstable-options --format json --report-time | cargo2junit > cargo_test_results.xml
|
RUSTC_BOOTSTRAP=1 cargo test --all -- -Z unstable-options --format json --report-time | cargo2junit > cargo_test_results.xml
|
||||||
- name: Publish cargo test results artifact
|
- name: Publish cargo test results artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: cargo-test-results
|
name: cargo-test-results
|
||||||
path: cargo_test_results.xml
|
path: cargo_test_results.xml
|
||||||
@@ -206,7 +206,7 @@ jobs:
|
|||||||
- run: cargo bench --bench run_criterion -- --profile-time 60
|
- run: cargo bench --bench run_criterion -- --profile-time 60
|
||||||
|
|
||||||
- name: Publish benchmark results
|
- name: Publish benchmark results
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: benchmark-results
|
name: benchmark-results
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user