ci: Use actions/download-artifact instead of dawidd6/action-download-artifact

This commit is contained in:
Wolfgang Walther
2024-02-24 21:58:19 +01:00
parent 4d874fb725
commit b663a9aa37
+3 -3
View File
@@ -15,10 +15,10 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }} if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps: steps:
- name: Download from Artifacts - name: Download from Artifacts
uses: dawidd6/action-download-artifact@v3 uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4
with: with:
workflow: ${{ github.event.workflow.name }} github-token: ${{ github.token }}
run_id: ${{github.event.workflow_run.id }} run-id: ${{ github.event.workflow_run.id }}
name: loadtest.md name: loadtest.md
path: artifacts path: artifacts
- name: Upload to GitHub Checks - name: Upload to GitHub Checks