fix(github): upload/download artifacts

This commit is contained in:
Steven Kreitzer 2024-09-24 08:57:22 -05:00
parent 1ded212e53
commit ef8bd194fd
No known key found for this signature in database
GPG key ID: 76F902141A05C232

View file

@ -206,7 +206,7 @@ jobs:
--system-extension-image ghcr.io/siderolabs/intel-ucode:${{ env.INTEL_UCODE_VERSION }}
- name: Upload installer artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: talos-installer
path: /out/installer-amd64.tar
@ -224,7 +224,7 @@ jobs:
steps:
- name: Download talos installer image
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4
with:
name: talos-installer
path: /tmp/talos-build-assets