Skip to content

Commit

Permalink
Build(deps): Bump actions/download-artifact from 4.1.6 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.6 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@9c19ed7...65a9edc)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 24, 2024
1 parent f837dfc commit 6e85817
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@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
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@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
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 @@ -137,7 +137,7 @@ jobs:
run: |
go install github.com/medyagh/gopogh/cmd/[email protected]
- name: Download Binaries
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
run: |
go install github.com/medyagh/gopogh/cmd/[email protected]
- name: Download Binaries
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
run: |
go install github.com/medyagh/gopogh/cmd/[email protected]
- name: Download Binaries
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
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@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -546,7 +546,7 @@ jobs:
run: |
sudo sysctl fs.protected_regular=0
- name: Download Binaries
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -620,7 +620,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: download all reports
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
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 @@ -135,7 +135,7 @@ jobs:
run: |
go install github.com/medyagh/gopogh/cmd/[email protected]
- name: Download Binaries
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
run: |
go install github.com/medyagh/gopogh/cmd/[email protected]
- name: Download Binaries
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
run: |
go install github.com/medyagh/gopogh/cmd/[email protected]
- name: Download Binaries
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
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/[email protected]
- name: Download Binaries
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -559,7 +559,7 @@ jobs:
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
sudo /usr/libexec/ApplicationFirewall/socketfilterfw -k
- name: Download Binaries
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -666,7 +666,7 @@ jobs:
run: |
sudo sysctl fs.protected_regular=0
- name: Download Binaries
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -742,7 +742,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: download all reports
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
- name: upload all reports
shell: bash {0}
continue-on-error: true
Expand Down

0 comments on commit 6e85817

Please sign in to comment.