Skip to content

Commit 51b1b68

Browse files
Bump dawidd6/action-download-artifact from 5 to 6 (#57)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb61394 commit 51b1b68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Download code artifact
4444
id: get_code_artifact
4545
if: inputs.build_from_code_artifact == 'true'
46-
uses: dawidd6/action-download-artifact@v5
46+
uses: dawidd6/action-download-artifact@v6
4747
with:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}
4949
workflow: ${{ inputs.workflow }}

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# because the artifact is created by a different workflow
4242
- name: Download preview artifact
4343
if: inputs.is_preview == 'true'
44-
uses: dawidd6/action-download-artifact@v5
44+
uses: dawidd6/action-download-artifact@v6
4545
with:
4646
github_token: ${{ secrets.GITHUB_TOKEN }}
4747
workflow: build-book.yaml

.github/workflows/trigger-preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
SHA: ${{ steps.get-pr-number.outputs.SHA }}
1313
steps:
1414
- name: Download PR number artifact
15-
uses: dawidd6/action-download-artifact@v5
15+
uses: dawidd6/action-download-artifact@v6
1616
with:
1717
name: pr_number
1818
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)