Skip to content

Commit

Permalink
Bump dawidd6/action-download-artifact from 2.15.0 to 2.16.0 (#784)
Browse files Browse the repository at this point in the history
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.15.0 to 2.16.0.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v2.15.0...v2.16.0)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 23, 2021
1 parent 350c7b5 commit 1184835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pip install -r requirements.txt
- name: Download remote data from GitHub
uses: dawidd6/action-download-artifact@v2.15.0
uses: dawidd6/action-download-artifact@v2.16.0
with:
workflow: cache-data.yml
workflow_conclusion: success
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sudo apt install texlive-latex-base texlive-binaries texlive-fonts-recommended
- name: Download remote data from GitHub
uses: dawidd6/action-download-artifact@v2.15.0
uses: dawidd6/action-download-artifact@v2.16.0
with:
workflow: cache-data.yml
workflow_conclusion: success
Expand Down

0 comments on commit 1184835

Please sign in to comment.