Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and itewk committed Sep 4, 2024
1 parent 633ee7c commit 45d815c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v3.5.0

- name: Download Site 🔻
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: pdoc3-html
path: pdoc3-html/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
steps:
- name: Download Distribution 🔻
if: github.event_name == 'push'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: dist
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
steps:
- name: Download Distribution 🔻
if: github.event_name == 'push'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: dist
path: dist/
Expand Down

0 comments on commit 45d815c

Please sign in to comment.