We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9d9d2 commit e27b31bCopy full SHA for e27b31b
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
fetch-depth: 0
23
24
- - uses: cachix/install-nix-action@v27
+ - uses: cachix/install-nix-action@v31
25
26
extra_nix_config: "access-tokens = github.com=${{ github.token }}"
27
@@ -31,12 +31,12 @@ jobs:
31
sudo $nix_bin run .#nixosConfigurations.nixos.config.system.build.tarballBuilder
32
33
- name: Upload tarball
34
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
35
36
name: nixos-wsl.tar.gz
37
path: nixos-wsl.tar.gz
38
- name: Release
39
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
40
if: startsWith(github.ref, 'refs/tags/')
41
42
files: nixos-wsl.tar.gz
0 commit comments