Skip to content

Commit 5a421ad

Browse files
⬆ Bump dawidd6/action-download-artifact from 2.28.0 to 3.1.4
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.28.0 to 3.1.4. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v2.28.0...v3.1.4) --- 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]>
1 parent 4c3f242 commit 5a421ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
mkdir ./site
2222
- name: Download Artifact Docs
2323
id: download
24-
uses: dawidd6/action-download-artifact@v2.28.0
24+
uses: dawidd6/action-download-artifact@v3.1.4
2525
with:
2626
if_no_artifact_found: ignore
2727
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/smokeshow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- run: pip install smokeshow
2222

23-
- uses: dawidd6/action-download-artifact@v2.28.0
23+
- uses: dawidd6/action-download-artifact@v3.1.4
2424
with:
2525
workflow: test.yml
2626
commit: ${{ github.event.workflow_run.head_sha }}

0 commit comments

Comments
 (0)