Skip to content

Commit

Permalink
ci: Use actions/download-artifact instead of dawidd6/action-download-…
Browse files Browse the repository at this point in the history
…artifact
  • Loading branch information
wolfgangwalther committed Feb 24, 2024
1 parent 4d874fb commit b663a9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Download from Artifacts
uses: dawidd6/action-download-artifact@v3
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
Expand Down

0 comments on commit b663a9a

Please sign in to comment.