Skip to content

Commit a980cfd

Browse files
authored
Merge pull request #3203 from 1c-syntax/dependabot/github_actions/dawidd6/action-download-artifact-3
build(deps): bump dawidd6/action-download-artifact from 2 to 3
2 parents 9aeff51 + 2878eb4 commit a980cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Download PR number artifact
1515
if: github.event.workflow_run.event == 'pull_request'
16-
uses: dawidd6/action-download-artifact@v2
16+
uses: dawidd6/action-download-artifact@v3
1717
with:
1818
workflow: ${{ github.event.workflow_run.name }}
1919
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)