Skip to content

Commit

Permalink
Merge pull request #325 from containers/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
openshift-merge-bot[bot] authored Feb 1, 2024
2 parents 493d512 + a0e7850 commit 6971f7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
make cross qemu-wrapper vm win-gvproxy win-sshproxy
mv bin/gvproxy.exe bin/gvproxy-windowsgui.exe
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ matrix.go-version }} == '1.21.x'
with:
name: gvisor-tap-vsock-binaries
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Test
run: make test

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: qcon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
make cross qemu-wrapper vm win-gvproxy win-sshproxy
mv bin/gvproxy.exe bin/gvproxy-windowsgui.exe
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: gvisor-tap-vsock-binaries
path: bin/*

0 comments on commit 6971f7b

Please sign in to comment.