We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a5baa8 + de21db4 commit d618ef0Copy full SHA for d618ef0
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
make IMAGE_BUILD_OPTS="--pull" "build-${{ matrix.arch }}-image" "save-${{ matrix.arch }}-image"
33
- name: 'Upload artifacts'
34
if: "startsWith(github.ref, 'refs/tags/v') && matrix.arch != 'native'"
35
- uses: 'actions/upload-artifact@v3'
+ uses: 'actions/upload-artifact@v4'
36
with:
37
name: 'dist-${{ matrix.arch }}'
38
path: './dist/'
0 commit comments