Skip to content

Commit fa1f0ce

Browse files
Build(deps): Bump the official-gh-actions group with 2 updates (kubernetes#22734)
Bumps the official-gh-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) Updates `actions/download-artifact` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...70fc10c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: official-gh-actions - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: official-gh-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89b4c5e commit fa1f0ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo workspace $GITHUB_WORKSPACE
4040
echo "end of debug stuff"
4141
echo $(which jq)
42-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
42+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
4343
with:
4444
name: minikube_binaries
4545
path: out

.github/workflows/functional_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
make ${{ matrix.make-targets }}
6161
cp -r test/integration/testdata ./out
6262
- name: Upload Test Binaries
63-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
63+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
6464
with:
6565
name: binaries-${{ matrix.arch }}
6666
path: out
@@ -270,7 +270,7 @@ jobs:
270270
brew install vfkit
271271
curl -fsSL https://github.com/minikube-machine/vmnet-helper/releases/latest/download/install.sh | sudo VMNET_INTERACTIVE=0 bash
272272
- name: Download Test Binaries
273-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
273+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
274274
with:
275275
name: binaries-${{ matrix.arch }}
276276
- name: Disable AppArmor for MySQL

0 commit comments

Comments
 (0)