Bump actions/download-artifact from 3.0.1 to 3.0.2
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](9782bd6a98...9bc31d5ccc
)
---
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>
pull/15618/head
parent
be430e3e66
commit
e8561bc333
|
@ -120,7 +120,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
|
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
|
||||||
with:
|
with:
|
||||||
name: minikube_binaries
|
name: minikube_binaries
|
||||||
path: minikube_binaries
|
path: minikube_binaries
|
||||||
|
@ -204,7 +204,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: download all extra reports
|
- name: download all extra reports
|
||||||
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
|
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
|
||||||
- name: upload all extra reports
|
- name: upload all extra reports
|
||||||
shell: bash {0}
|
shell: bash {0}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
|
@ -132,7 +132,7 @@ jobs:
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.13.0/gopogh-linux-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.13.0/gopogh-linux-amd64
|
||||||
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
|
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
|
||||||
with:
|
with:
|
||||||
name: minikube_binaries
|
name: minikube_binaries
|
||||||
path: minikube_binaries
|
path: minikube_binaries
|
||||||
|
@ -231,7 +231,7 @@ jobs:
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.13.0/gopogh-linux-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.13.0/gopogh-linux-amd64
|
||||||
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
|
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
|
||||||
with:
|
with:
|
||||||
name: minikube_binaries
|
name: minikube_binaries
|
||||||
path: minikube_binaries
|
path: minikube_binaries
|
||||||
|
@ -334,7 +334,7 @@ jobs:
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.13.0/gopogh-linux-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.13.0/gopogh-linux-amd64
|
||||||
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
|
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
|
||||||
with:
|
with:
|
||||||
name: minikube_binaries
|
name: minikube_binaries
|
||||||
path: minikube_binaries
|
path: minikube_binaries
|
||||||
|
@ -436,7 +436,7 @@ jobs:
|
||||||
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
|
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
|
||||||
sudo /usr/libexec/ApplicationFirewall/socketfilterfw -k
|
sudo /usr/libexec/ApplicationFirewall/socketfilterfw -k
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
|
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
|
||||||
with:
|
with:
|
||||||
name: minikube_binaries
|
name: minikube_binaries
|
||||||
path: minikube_binaries
|
path: minikube_binaries
|
||||||
|
@ -542,7 +542,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo sysctl fs.protected_regular=0
|
sudo sysctl fs.protected_regular=0
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
|
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
|
||||||
with:
|
with:
|
||||||
name: minikube_binaries
|
name: minikube_binaries
|
||||||
path: minikube_binaries
|
path: minikube_binaries
|
||||||
|
@ -616,7 +616,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: download all reports
|
- name: download all reports
|
||||||
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
|
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
|
||||||
- name: upload all reports
|
- name: upload all reports
|
||||||
shell: bash {0}
|
shell: bash {0}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
|
@ -129,7 +129,7 @@ jobs:
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.13.0/gopogh-linux-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.13.0/gopogh-linux-amd64
|
||||||
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
|
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
|
||||||
with:
|
with:
|
||||||
name: minikube_binaries
|
name: minikube_binaries
|
||||||
path: minikube_binaries
|
path: minikube_binaries
|
||||||
|
@ -229,7 +229,7 @@ jobs:
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.13.0/gopogh-linux-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.13.0/gopogh-linux-amd64
|
||||||
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
|
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
|
||||||
with:
|
with:
|
||||||
name: minikube_binaries
|
name: minikube_binaries
|
||||||
path: minikube_binaries
|
path: minikube_binaries
|
||||||
|
@ -333,7 +333,7 @@ jobs:
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.13.0/gopogh-linux-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.13.0/gopogh-linux-amd64
|
||||||
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
|
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
|
||||||
with:
|
with:
|
||||||
name: minikube_binaries
|
name: minikube_binaries
|
||||||
path: minikube_binaries
|
path: minikube_binaries
|
||||||
|
@ -436,7 +436,7 @@ jobs:
|
||||||
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
|
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
|
||||||
sudo /usr/libexec/ApplicationFirewall/socketfilterfw -k
|
sudo /usr/libexec/ApplicationFirewall/socketfilterfw -k
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
|
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
|
||||||
with:
|
with:
|
||||||
name: minikube_binaries
|
name: minikube_binaries
|
||||||
path: minikube_binaries
|
path: minikube_binaries
|
||||||
|
@ -543,7 +543,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo sysctl fs.protected_regular=0
|
sudo sysctl fs.protected_regular=0
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
|
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
|
||||||
with:
|
with:
|
||||||
name: minikube_binaries
|
name: minikube_binaries
|
||||||
path: minikube_binaries
|
path: minikube_binaries
|
||||||
|
@ -618,7 +618,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: download all reports
|
- name: download all reports
|
||||||
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
|
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
|
||||||
- name: upload all reports
|
- name: upload all reports
|
||||||
shell: bash {0}
|
shell: bash {0}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
Loading…
Reference in New Issue