diff --git a/.github/workflows/build-auto.yml b/.github/workflows/build-auto.yml index 777d6c7..a895d6e 100644 --- a/.github/workflows/build-auto.yml +++ b/.github/workflows/build-auto.yml @@ -73,7 +73,7 @@ jobs: kolla-build --config-file ${{ matrix.release }}/kolla-build.conf --template-override ${{ matrix.release }}/template-overrides.j2 --profile main --push - name: Upload templates - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: templates-${{ steps.release_name.outputs.name }}-main diff --git a/.github/workflows/build-manual.yml b/.github/workflows/build-manual.yml index 881b468..80fe7f0 100644 --- a/.github/workflows/build-manual.yml +++ b/.github/workflows/build-manual.yml @@ -83,7 +83,7 @@ jobs: kolla-build --config-file releases/${{ github.event.inputs.os }}/kolla-build.conf --template-override releases/${{ github.event.inputs.os }}/template-overrides.j2 --profile ${{ github.event.inputs.profile }} --push - name: Upload templates - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: templates-${{ github.event.inputs.os }}-${{ github.event.inputs.profile }} @@ -140,7 +140,7 @@ jobs: kolla-build --config-file releases/${{ github.event.inputs.os }}/kolla-build.conf --template-override releases/${{ github.event.inputs.os }}/template-overrides.j2 --profile ${{ github.event.inputs.profile }} --platform linux/arm64 --base-arch aarch64 --tag ${{ github.event.inputs.os }}-arm64 --push - name: Upload templates - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: templates-${{ github.event.inputs.os }}-${{ github.event.inputs.profile }}