Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 3 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 9, 2022
1 parent ca5954b commit eaa3281
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
uses: actions/checkout@v3

- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: artifacts

Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
outputs: type=docker

- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: artifacts

Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
shell: bash

- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: artifacts

Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
python-version: 3.8

- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: artifacts

Expand Down

0 comments on commit eaa3281

Please sign in to comment.