Skip to content

Commit c01e3fd

Browse files
authored
Merge pull request #146 from ProjectPythia/dependabot/github_actions/dawidd6/action-download-artifact-11
Bump dawidd6/action-download-artifact from 10 to 11
2 parents 9a5eabf + 95258d8 commit c01e3fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-book.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Download code artifact
9999
id: get_code_artifact
100100
if: inputs.build_from_code_artifact == 'true'
101-
uses: dawidd6/action-download-artifact@v10
101+
uses: dawidd6/action-download-artifact@v11
102102
with:
103103
github_token: ${{ secrets.GITHUB_TOKEN }}
104104
workflow: ${{ inputs.workflow }}

.github/workflows/deploy-book.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# because the artifact is created by a different workflow
4444
- name: Download preview artifact
4545
if: inputs.is_preview == 'true'
46-
uses: dawidd6/action-download-artifact@v10
46+
uses: dawidd6/action-download-artifact@v11
4747
with:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}
4949
workflow: build-book.yaml

0 commit comments

Comments
 (0)