Skip to content

Commit

Permalink
Merge pull request #199 from usabilla/dependabot/github_actions/dot-g…
Browse files Browse the repository at this point in the history
…ithub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
rdohms authored Nov 26, 2024
2 parents b8fca85 + 8ff4e14 commit 82455c0
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 82455c0

Please sign in to comment.