Merge pull request #140 from cdalvaro/dependabot/github_actions/actions/download-artifact-3
build(deps): Bump actions/download-artifact from 2 to 3
This commit is contained in:
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@@ -82,7 +82,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Download Docker registry data from build job
|
- name: Download Docker registry data from build job
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: docker-registry-data
|
name: docker-registry-data
|
||||||
path: ${{ env.REGISTRY_PATH }}
|
path: ${{ env.REGISTRY_PATH }}
|
||||||
|
|||||||
Reference in New Issue
Block a user