Skip to content

Commit

Permalink
Downgrade upload artifact action to v3 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Jan 28, 2024
1 parent 342c3e2 commit 8652e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8652e4b

Please sign in to comment.