Skip to content

Commit

Permalink
Merge pull request #297 from uutils/dependabot/github_actions/dawidd6…
Browse files Browse the repository at this point in the history
…/action-download-artifact-3

build(deps): bump dawidd6/action-download-artifact from 2 to 3
  • Loading branch information
sylvestre authored Dec 14, 2023
2 parents 4aa4b80 + 2f60b3f commit 6d3fe42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: gnu-result
path: gnu-result.json
- name: Download the result
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
workflow: compat.yml
workflow_conclusion: completed
Expand All @@ -59,7 +59,7 @@ jobs:
branch: main
path: dl
- name: Download the log
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
workflow: compat.yml
workflow_conclusion: completed
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
name: bfs-result
path: bfs-result.json
- name: Download the result
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
workflow: compat.yml
workflow_conclusion: completed
Expand All @@ -126,7 +126,7 @@ jobs:
branch: main
path: dl
- name: Download the log
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
workflow: compat.yml
workflow_conclusion: completed
Expand Down

0 comments on commit 6d3fe42

Please sign in to comment.