Skip to content

Commit

Permalink
Test updated version of download-file
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Sep 19, 2023
1 parent 737b531 commit d0c6bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 190 deletions.
4 changes: 2 additions & 2 deletions .github/actions/start-opensearch-with-one-plugin/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ runs:

# Download OpenSearch
- name: Download OpenSearch for Windows
uses: peternied/download-file@v2
uses: Swiddis/download-file@main
if: ${{ runner.os == 'Windows' }}
with:
url: https://artifacts.opensearch.org/snapshots/core/opensearch/${{ inputs.opensearch-version }}-SNAPSHOT/opensearch-min-${{ inputs.opensearch-version }}-SNAPSHOT-windows-x64-latest.zip


- name: Download OpenSearch for Linux
uses: peternied/download-file@v2
uses: Swiddis/download-file@main
if: ${{ runner.os == 'Linux' }}
with:
url: https://artifacts.opensearch.org/snapshots/core/opensearch/${{ inputs.opensearch-version }}-SNAPSHOT/opensearch-min-${{ inputs.opensearch-version }}-SNAPSHOT-linux-x64-latest.tar.gz
Expand Down
188 changes: 0 additions & 188 deletions .github/workflows/ci.yml

This file was deleted.

0 comments on commit d0c6bee

Please sign in to comment.