Skip to content

Commit

Permalink
Bump actions/download-artifact from 1 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 1 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v1...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] authored and kylemhall committed Sep 4, 2024
1 parent 8aa8a12 commit 5133d1f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:

- name: Download image artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.sha }}.debian.tar
path: /tmp
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download image artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.sha }}.debian.tar
path: /tmp
Expand All @@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download image artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.sha }}.debian.tar
path: /tmp
Expand All @@ -124,7 +124,7 @@ jobs:
needs: [publish-docker-io-debian, publish-quay-io-debian, publish-docker-io-alpine, publish-quay-io-alpine]
steps:
- name: Download image artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.sha }}.debian.tar
path: /tmp
Expand All @@ -148,7 +148,7 @@ jobs:
needs: [publish-docker-io-debian, publish-quay-io-debian, publish-docker-io-alpine, publish-quay-io-alpine]
steps:
- name: Download image artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.sha }}.debian.tar
path: /tmp
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
fetch-depth: 1

- name: Download image artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.sha }}.alpine.tar
path: /tmp
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download image artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.sha }}.alpine.tar
path: /tmp
Expand All @@ -272,7 +272,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download image artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.sha }}.alpine.tar
path: /tmp
Expand All @@ -299,7 +299,7 @@ jobs:
needs: [publish-docker-io-debian, publish-quay-io-debian, publish-docker-io-alpine, publish-quay-io-alpine]
steps:
- name: Download image artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.sha }}.alpine.tar
path: /tmp
Expand All @@ -326,7 +326,7 @@ jobs:
needs: [publish-docker-io-debian, publish-quay-io-debian, publish-docker-io-alpine, publish-quay-io-alpine]
steps:
- name: Download image artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.sha }}.alpine.tar
path: /tmp
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:

- name: Download image artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.sha }}.debian.tar
path: /tmp
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
fetch-depth: 1

- name: Download image artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.sha }}.alpine.tar
path: /tmp
Expand Down

0 comments on commit 5133d1f

Please sign in to comment.