Skip to content

Commit

Permalink
Hardcode a download artifacts step
Browse files Browse the repository at this point in the history
  • Loading branch information
CliveUnger committed Mar 28, 2024
1 parent c2e47b4 commit 146eba6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/_sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@ jobs:
keep it empty for future testing.
EOF
download-artifacts:
runs-on: ubuntu-22.04
steps:
- name: Download
run: |
UTIL_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
bash ${UTIL_DIR}/download_artifacts.sh 8449523553
- name: Upload metrics test json logs
uses: actions/upload-artifact@v4
with:
name: all-artifacts
path: |
*
finalize:
if: "!cancelled()"
Expand Down

0 comments on commit 146eba6

Please sign in to comment.