mirror of
https://github.com/codex-storage/nim-websock.git
synced 2025-01-23 00:49:15 +00:00
Downgrade upload artifact action to v3 (#159)
This commit is contained in:
parent
342c3e2e34
commit
8652e4b814
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user