Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: Get binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: lsoracle-tests
- name: Unit Tests
Expand All @@ -69,11 +69,11 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Get binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: lsoracle-binary
- name: Get plugin
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: lsoracle-plugin
# - name: Prep previous
Expand Down