mirror of
https://github.com/codex-storage/nim-websock.git
synced 2025-01-22 16:39:19 +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
|
||||
|
||||
- name: Upload Autobahn result
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: autobahn-report
|
||||
path: ./autobahn/reports
|
||||
@ -279,7 +279,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Download Autobahn reports
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: autobahn-report
|
||||
path: ./autobahn_reports
|
||||
|
Loading…
x
Reference in New Issue
Block a user