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

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