chore(deps): update dawidd6/action-download-artifact action to v7

This commit is contained in:
renovate[bot] 2024-12-02 01:18:59 +00:00 committed by GitHub
parent da341ae76a
commit 2e8ddae8e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -15,14 +15,14 @@ jobs:
steps:
- name: Download result
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v7
with:
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}
name: commit-lint-result
- name: Derive PR number
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v7
with:
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}
@ -56,7 +56,7 @@ jobs:
name: Lint failed
if: ${{ needs.result.outputs.succeeded != 'true' }}
steps:
- uses: dawidd6/action-download-artifact@v2
- uses: dawidd6/action-download-artifact@v7
with:
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}

View File

@ -14,7 +14,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Download pr number
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v7
with:
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}
@ -25,7 +25,7 @@ jobs:
run: echo "id=$(<pr.txt)" >> $GITHUB_OUTPUT
- name: Download artifact
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v7
with:
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}
@ -81,7 +81,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- name: Download pr number
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v7
with:
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}