Skip to content

Commit

Permalink
Build(deps): Bump actions/upload-artifact from 4.0.0 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@c7d193f...1eb3cb2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 838ea0c commit 8d40e87
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo workspace $GITHUB_WORKSPACE
echo "end of debug stuff"
echo $(which jq)
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: minikube_binaries
path: out
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/functional_verified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
sudo apt-get install -y libvirt-dev
MINIKUBE_BUILD_IN_DOCKER=y make e2e-linux-arm64
cp -r test/integration/testdata ./out
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: minikube_binaries
path: out
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
echo "${STAT}" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: functional_docker_ubuntu_arm64
path: minikube_binaries/report
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
run: |
mkdir -p all_reports
cp -r ./functional_docker_ubuntu_arm64 ./all_reports/
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: all_reports
path: all_reports
14 changes: 7 additions & 7 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo workspace $GITHUB_WORKSPACE
echo "end of debug stuff"
echo $(which jq)
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: minikube_binaries
path: out
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
echo 'STAT<<EOF' >> $GITHUB_ENV
echo "${STAT}" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: functional_docker_ubuntu
path: minikube_binaries/report
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
echo 'STAT<<EOF' >> $GITHUB_ENV
echo "${STAT}" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: functional_docker_containerd_ubuntu
path: minikube_binaries/report
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
echo 'STAT<<EOF' >> $GITHUB_ENV
echo "${STAT}" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: functional_podman_ubuntu
path: minikube_binaries/report
Expand Down Expand Up @@ -477,7 +477,7 @@ jobs:
echo 'STAT<<EOF' >> $GITHUB_ENV
echo "${STAT}" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: functional_virtualbox_macos
path: minikube_binaries/report
Expand Down Expand Up @@ -582,7 +582,7 @@ jobs:
echo 'STAT<<EOF' >> $GITHUB_ENV
echo "${STAT}" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: functional_baremetal_ubuntu20_04
path: minikube_binaries/report
Expand Down Expand Up @@ -632,7 +632,7 @@ jobs:
cp -r ./functional_virtualbox_macos ./all_reports/
cp -r ./functional_baremetal_ubuntu20_04 ./all_reports/
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: all_reports
path: all_reports
16 changes: 8 additions & 8 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo workspace $GITHUB_WORKSPACE
echo "end of debug stuff"
echo $(which jq)
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: minikube_binaries
path: out
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
echo 'STAT<<EOF' >> $GITHUB_ENV
echo "${STAT}" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: functional_docker_ubuntu
path: minikube_binaries/report
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
echo 'STAT<<EOF' >> $GITHUB_ENV
echo "${STAT}" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: functional_docker_containerd_ubuntu
path: minikube_binaries/report
Expand Down Expand Up @@ -394,7 +394,7 @@ jobs:
echo 'STAT<<EOF' >> $GITHUB_ENV
echo "${STAT}" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: functional_docker_rootless_containerd_ubuntu
path: minikube_binaries/report
Expand Down Expand Up @@ -497,7 +497,7 @@ jobs:
echo 'STAT<<EOF' >> $GITHUB_ENV
echo "${STAT}" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: functional_podman_ubuntu
path: minikube_binaries/report
Expand Down Expand Up @@ -596,7 +596,7 @@ jobs:
echo 'STAT<<EOF' >> $GITHUB_ENV
echo "${STAT}" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: functional_virtualbox_macos
path: minikube_binaries/report
Expand Down Expand Up @@ -702,7 +702,7 @@ jobs:
echo 'STAT<<EOF' >> $GITHUB_ENV
echo "${STAT}" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: functional_baremetal_ubuntu20_04
path: minikube_binaries/report
Expand Down Expand Up @@ -754,7 +754,7 @@ jobs:
cp -r ./functional_virtualbox_macos ./all_reports/
cp -r ./functional_baremetal_ubuntu20_04 ./all_reports/
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: all_reports
path: all_reports

0 comments on commit 8d40e87

Please sign in to comment.