use version 3 of the upload-arctifact action because v4 is not yet working with forgejo
This commit is contained in:
parent
ae5b6c21be
commit
f29e5ad230
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue