Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent b8fca85 commit 8ff4e14
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ jobs:
sudo curl -L https://github.com/arminc/clair-scanner/releases/download/v8/clair-scanner_linux_amd64 -o /usr/local/bin/clair-scanner
sudo chmod +x /usr/local/bin/clair-scanner
- name: Download Docker image to scan
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: docker-image-${{ matrix.type }}-${{ matrix.php }}-${{ matrix.alpine }}
path: ./tmp
Expand All @@ -347,7 +347,7 @@ jobs:
sudo curl -L https://github.com/arminc/clair-scanner/releases/download/v8/clair-scanner_linux_amd64 -o /usr/local/bin/clair-scanner
sudo chmod +x /usr/local/bin/clair-scanner
- name: Download Docker image to scan
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: docker-image-http-${{ matrix.nginx }}
path: ./tmp
Expand All @@ -374,7 +374,7 @@ jobs:
sudo curl -L https://github.com/arminc/clair-scanner/releases/download/v8/clair-scanner_linux_amd64 -o /usr/local/bin/clair-scanner
sudo chmod +x /usr/local/bin/clair-scanner
- name: Download Images
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: docker-image-prometheus-exporter-file
path: ./tmp
Expand Down Expand Up @@ -461,7 +461,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download Images
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: docker-image-${{ matrix.type }}-${{ matrix.php }}-${{ matrix.alpine }}
path: ./tmp
Expand All @@ -486,12 +486,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download PHP Images
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: docker-image-fpm-${{ matrix.php }}-${{ matrix.alpine }}
path: ./tmp
- name: Download nginx Images
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: docker-image-http-${{ matrix.nginx }}
path: ./tmp
Expand All @@ -514,7 +514,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download nginx Images
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: docker-image-prometheus-exporter-file
path: ./tmp
Expand Down Expand Up @@ -550,7 +550,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download Images
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: docker-image-prometheus-exporter-file
path: ./tmp
Expand Down Expand Up @@ -578,7 +578,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download Images
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: docker-image-http-${{ matrix.nginx }}
path: ./tmp
Expand Down Expand Up @@ -671,7 +671,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download Images
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: docker-image-${{ matrix.type }}-${{ matrix.php }}-${{ matrix.alpine }}
path: ./tmp
Expand Down

0 comments on commit 8ff4e14

Please sign in to comment.