We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 601ee16 + 7d9e257 commit f6a7ffaCopy full SHA for f6a7ffa
.github/workflows/action-build.yaml
@@ -45,7 +45,7 @@ jobs:
45
cd _dist
46
tar czf containerd-shim-spin-v2-${{ env.RUNNER_OS }}-${{ matrix.config.arch }}.tar.gz containerd-shim-spin-v2
47
- name: Upload shim artifacts
48
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
49
with:
50
name: containerd-shim-spin-v2-${{ env.RUNNER_OS }}-${{ matrix.config.arch }}
51
path: _dist/containerd-shim-spin-v2-${{ env.RUNNER_OS }}-${{ matrix.config.arch }}.tar.gz
.github/workflows/action-test.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Upload debug logs
41
if: failure()
42
43
44
name: debug-logs
path: debug-logs/
0 commit comments