Skip to content

Commit

Permalink
Merge pull request #293 from makinacorpus/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/download-artifact-3

Bump actions/download-artifact from 2 to 3
  • Loading branch information
submarcos authored Oct 30, 2023
2 parents 8516009 + fdc5373 commit 8425928
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
runs-on: ubuntu-20.04
needs: [ build_deb_20_04 ]
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: debian-20-04
- name: Install package
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
runs-on: ubuntu-22.04
needs: [ build_deb_22_04 ]
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: debian-22-04
- name: Install package
Expand Down Expand Up @@ -277,11 +277,11 @@ jobs:
if: ${{ github.event_name == 'release' && github.event.action == 'created' }}
steps:
- name: Download 20.04 debian artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: debian-20-04
# - name: Download 22.04 debian artifact
# uses: actions/download-artifact@v2
# uses: actions/download-artifact@v3
# with:
# name: debian-22-04
- name: Download docker image
Expand Down

0 comments on commit 8425928

Please sign in to comment.