Unverified Commit 0e7eb719 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump dawidd6/action-download-artifact from 7 to 11

Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 7 to 11.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v7...v11

)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-version: '11'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 4c885469
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ jobs:
        echo "Conclusion: ${{ github.event.workflow_run.conclusion }}"
        echo "Event: ${{ github.event.workflow_run.event }}"
    - name: Download artifact
      uses: dawidd6/action-download-artifact@v7
      uses: dawidd6/action-download-artifact@v11
      with:
        name: benchmark-artifacts
        run_id: ${{ github.event.workflow_run.id }}