Skip to content

Commit

Permalink
Bump actions/download-artifact from 1 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 1 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v1...v4.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 4888a47 commit 1b3eefd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
- name: Checkout Current Branch
uses: actions/checkout@v2
- name: Download Codox Artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: codox
- name: Download Klipse CLJS Cache Artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: klipse-cljs-cache
- name: Extract Codox Artifact
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
ref: "gh-pages"
path: "gh-pages"
- name: Download MkDocs Artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: mkdocs
- name: Extract MkDocs Artifact
Expand Down

0 comments on commit 1b3eefd

Please sign in to comment.