use version 3 of the upload-arctifact action because v4 is not yet working with forgejo

This commit is contained in:
Douze Bé 2024-10-02 13:52:09 +02:00
parent ae5b6c21be
commit f29e5ad230

View file

@ -23,7 +23,7 @@ jobs:
- name: run generator
run: nix-shell -p nixos-generators --run "nixos-generate -c inventory/demo-configuration.nix -f proxmox-lxc -o nixin-image-proxmox-lxc"
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: nixin-proxmox-lxc-template
path: ./nixin-image-proxmox-lxc/tarball/nixos-system-x86_64-linux.tar.xz