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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 3, 2024
1 parent ecc7efb commit eb32374
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cache-config-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,17 +157,17 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Download TO RPM
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: traffic_ops
path: ${{ github.workspace }}/cache-config/testing/docker/traffic_ops
- name: Download Cache Config RPM
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: cache-config
path: ${{ github.workspace }}/cache-config/testing/docker/ort_test
- name: Download ATS RPM
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: trafficserver
path: ${{ github.workspace }}/cache-config/testing/docker/yumserver/test-rpms
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ciab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
- name: Import cached Alpine Docker image
run: .github/actions/save-alpine-tar/entrypoint.sh load ${{ env.ALPINE_VERSION }}
- name: Download RPMs
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
path: ${{ github.workspace }}/dist/
- name: Build CDN-in-a-Box images
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/health-client-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,17 +152,17 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Download TO RPM
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: traffic_ops
path: ${{ github.workspace }}/tc-health-client/testing/docker/traffic_ops
- name: Download Health Client RPM
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: tc-health-client
path: ${{ github.workspace }}/tc-health-client/testing/docker/health-check-test
- name: Download ATS RPM
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: trafficserver
path: ${{ github.workspace }}/tc-health-client/testing/docker/health-check-test
Expand Down

0 comments on commit eb32374

Please sign in to comment.