mirror of
https://github.com/containers/gvisor-tap-vsock.git
synced 2025-12-24 13:29:22 +08:00
Merge pull request #586 from containers/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 5 to 6
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
make cross qemu-wrapper vm win-gvproxy win-sshproxy image
|
||||
mv bin/gvproxy.exe bin/gvproxy-windowsgui.exe
|
||||
|
||||
- uses: actions/upload-artifact@v5
|
||||
- uses: actions/upload-artifact@v6
|
||||
if: matrix.go-version == '1.24.x'
|
||||
with:
|
||||
name: gvisor-tap-vsock-binaries
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
run: |
|
||||
sudo -s -u ${USER} bash -c 'make test'
|
||||
|
||||
- uses: actions/upload-artifact@v5
|
||||
- uses: actions/upload-artifact@v6
|
||||
if: always()
|
||||
with:
|
||||
name: qcon
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
run: |
|
||||
make push
|
||||
|
||||
- uses: actions/upload-artifact@v5
|
||||
- uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: gvisor-tap-vsock-binaries
|
||||
path: bin/*
|
||||
|
||||
Reference in New Issue
Block a user