Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: actions/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 Jan 26, 2024
1 parent 6516750 commit eff88ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_shared-docs-build-publish-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Retrieve rendered docs
if: inputs.action == 'publish'
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.artifact-name }}
path: html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_shared-docs-build-publish-surge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Retrieve rendered docs
if: inputs.action == 'publish'
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.artifact-name }}
path: html
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-action-build-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
artifact-upload: false

- name: Simple 1 - Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
id: simple1-artifact
with:
path: .artifacts/simple1
Expand All @@ -60,7 +60,7 @@ jobs:
artifact-upload: false

- name: Simple 2 - Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
id: simple2-artifact
with:
path: .artifacts/simple2
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
artifact-name: tests-simple3

- name: Simple 3 - Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
id: simple3-artifact
with:
name: ${{ steps.simple3.outputs.artifact-name }}
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
artifact-name: tests-simple4

- name: Simple 4 - Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
id: simple4-artifact
with:
name: ${{ steps.simple4.outputs.artifact-name }}
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
artifact-name: tests-simple5

- name: Simple 5 - Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
id: simple5-artifact
with:
name: ${{ steps.simple5.outputs.artifact-name }}
Expand Down

0 comments on commit eff88ce

Please sign in to comment.