Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 9, 2022
1 parent 347460e commit 14a8526
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
mongoDBVersion: ${{ matrix.mongodb-version }} --replSet=rs0

- name: Restore build for tests
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: build-test
path: /tmp
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
run: sudo docker run --name nats -d -p 4222:4222 nats:2.4

- name: Restore build for tests
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: build-test
path: /tmp
Expand Down Expand Up @@ -542,7 +542,7 @@ jobs:
- uses: actions/checkout@v3

- name: Restore build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: build
path: /tmp/build
Expand Down Expand Up @@ -634,7 +634,7 @@ jobs:
password: ${{ secrets.DOCKER_PASS }}

- name: Restore build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: build
path: /tmp/build
Expand Down

0 comments on commit 14a8526

Please sign in to comment.