Skip to content

Commit

Permalink
Build(deps): Bump actions/download-artifact from 4.1.4 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.4 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@c850b93...65a9edc)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 29, 2024
1 parent d3bd6d5 commit 8c4c8b9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional_verified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
hostname || true
echo "--------------------------"
- name: Download Binaries
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: download all extra reports
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
- name: upload all extra reports
shell: bash {0}
continue-on-error: true
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
- name: Download Binaries
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
- name: Download Binaries
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
- name: Download Binaries
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
sudo /usr/libexec/ApplicationFirewall/socketfilterfw -k
- name: Download Binaries
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -545,7 +545,7 @@ jobs:
run: |
sudo sysctl fs.protected_regular=0
- name: Download Binaries
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -619,7 +619,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: download all reports
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
- name: upload all reports
shell: bash {0}
continue-on-error: true
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
- name: Download Binaries
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
- name: Download Binaries
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
- name: Download Binaries
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -457,7 +457,7 @@ jobs:
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
- name: Download Binaries
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -558,7 +558,7 @@ jobs:
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
sudo /usr/libexec/ApplicationFirewall/socketfilterfw -k
- name: Download Binaries
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -664,7 +664,7 @@ jobs:
run: |
sudo sysctl fs.protected_regular=0
- name: Download Binaries
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -740,7 +740,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: download all reports
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
- name: upload all reports
shell: bash {0}
continue-on-error: true
Expand Down

0 comments on commit 8c4c8b9

Please sign in to comment.