Skip to content

Commit

Permalink
Bump dawidd6/action-download-artifact from 2.14.0 to 2.14.1 (#1413)
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.14.0 to 2.14.1.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v2.14.0...v2.14.1)

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

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] committed Aug 5, 2021
1 parent 9cbda9e commit 774d56f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_docs.yml
Expand Up @@ -76,7 +76,7 @@ jobs:

# Download cached remote files (artifacts) from GitHub
- name: Download remote data from GitHub
uses: dawidd6/action-download-artifact@v2.14.0
uses: dawidd6/action-download-artifact@v2.14.1
with:
workflow: cache_data.yaml
workflow_conclusion: success
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yaml
Expand Up @@ -102,7 +102,7 @@ jobs:

# Download cached remote files (artifacts) from GitHub
- name: Download remote data from GitHub
uses: dawidd6/action-download-artifact@v2.14.0
uses: dawidd6/action-download-artifact@v2.14.1
with:
workflow: cache_data.yaml
workflow_conclusion: success
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests_dev.yaml
Expand Up @@ -102,7 +102,7 @@ jobs:

# Download cached remote files (artifacts) from GitHub
- name: Download remote data from GitHub
uses: dawidd6/action-download-artifact@v2.14.0
uses: dawidd6/action-download-artifact@v2.14.1
with:
workflow: cache_data.yaml
workflow_conclusion: success
Expand Down

0 comments on commit 774d56f

Please sign in to comment.