We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4bb1e commit 3bc0967Copy full SHA for 3bc0967
.github/workflows/build_static_embedded_nix.yml
@@ -25,14 +25,14 @@ jobs:
25
- run: nix build -f release.nix projectCross.musl64.hsPkgs.NGLess.components.exes.ngless --out-link ngless-static
26
27
- name: "Upload with embeds"
28
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
29
with:
30
name: ngless_static-embed
31
path: ngless-static-embed/bin/ngless
32
33
34
- name: "Upload without embeds"
35
36
37
name: ngless_static
38
path: ngless-static/bin/ngless
0 commit comments