Downgrade upload artifact action to v3 (#159)
This commit is contained in:
parent
342c3e2e34
commit
8652e4b814
|
@ -262,7 +262,7 @@ jobs:
|
||||||
kill $server
|
kill $server
|
||||||
|
|
||||||
- name: Upload Autobahn result
|
- name: Upload Autobahn result
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: autobahn-report
|
name: autobahn-report
|
||||||
path: ./autobahn/reports
|
path: ./autobahn/reports
|
||||||
|
@ -279,7 +279,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download Autobahn reports
|
- name: Download Autobahn reports
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: autobahn-report
|
name: autobahn-report
|
||||||
path: ./autobahn_reports
|
path: ./autobahn_reports
|
||||||
|
|
Loading…
Reference in New Issue