Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8a0707

Browse files
⬆ Bump dawidd6/action-download-artifact from 2.24.3 to 2.26.0 (#6034)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastián Ramírez <[email protected]>
1 parent 59f91db commit c8a0707

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/preview-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
rm -rf ./site
1717
mkdir ./site
1818
- name: Download Artifact Docs
19-
uses: dawidd6/action-download-artifact@v2.24.3
19+
uses: dawidd6/action-download-artifact@v2.26.0
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222
workflow: build-docs.yml

.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.24.3
23+
- uses: dawidd6/action-download-artifact@v2.26.0
2424
with:
2525
workflow: test.yml
2626
commit: ${{ github.event.workflow_run.head_sha }}

0 commit comments

Comments
 (0)