Skip to content
This repository was archived by the owner on Nov 21, 2022. It is now read-only.

Commit da9a12e

Browse files
Bump dawidd6/action-download-artifact from 2.21.1 to 2.22.0
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.21.1 to 2.22.0. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v2.21.1...v2.22.0) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 811740c commit da9a12e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
shell: bash -l {0}
2424
steps:
2525
- name: Download Artifact Book
26-
uses: dawidd6/action-download-artifact@v2.21.1
26+
uses: dawidd6/action-download-artifact@v2.22.0
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
workflow: build-book.yaml

.github/workflows/deploy-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
github.event.workflow_run.conclusion == 'success'
9292
&& steps.find-pull-request.outputs.number != ''
9393
&& steps.fc.outputs.comment-id != ''
94-
uses: dawidd6/action-download-artifact@v2.21.1
94+
uses: dawidd6/action-download-artifact@v2.22.0
9595
with:
9696
github_token: ${{ secrets.GITHUB_TOKEN }}
9797
workflow: build-book.yaml

0 commit comments

Comments
 (0)