Skip to content

Commit

Permalink
Dependabot:(deps): Bump dawidd6/action-download-artifact from 6 to 7
Browse files Browse the repository at this point in the history
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 7.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v6...v7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 424172d commit 56a55b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# GITHUB_CONTEXT: ${{ toJson(github) }}
# run: echo "$GITHUB_CONTEXT"
- name: Download PR context
uses: dawidd6/action-download-artifact@v6 # marcofaggian/[email protected]
uses: dawidd6/action-download-artifact@v7 # marcofaggian/[email protected]
with:
name: pr_context.json
workflow_conclusion: ""
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
steps:
- name: Download artifact
id: download_artifacts
uses: dawidd6/action-download-artifact@v6 # marcofaggian/[email protected]
uses: dawidd6/action-download-artifact@v7 # marcofaggian/[email protected]
with:
# names: test-summary-*.md
workflow_conclusion: ""
Expand Down

0 comments on commit 56a55b3

Please sign in to comment.