Skip to content

Commit

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

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 7d884a4 commit 5272c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shadow-repo-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- name: Download built site
id: download_site
uses: dawidd6/action-download-artifact@v7
uses: dawidd6/action-download-artifact@v8
with:
name: site
run_id: ${{ github.event.workflow_run.id }}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
steps:
- name: Download comment text
id: download_comment
uses: dawidd6/action-download-artifact@v7
uses: dawidd6/action-download-artifact@v8
with:
name: comment
run_id: ${{ github.event.workflow_run.id }}
Expand Down

0 comments on commit 5272c10

Please sign in to comment.