Skip to content

Commit e27b31b

Browse files
committed
chore(deps): update github actions
1 parent be9d9d2 commit e27b31b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24-
- uses: cachix/install-nix-action@v27
24+
- uses: cachix/install-nix-action@v31
2525
with:
2626
extra_nix_config: "access-tokens = github.com=${{ github.token }}"
2727

@@ -31,12 +31,12 @@ jobs:
3131
sudo $nix_bin run .#nixosConfigurations.nixos.config.system.build.tarballBuilder
3232
3333
- name: Upload tarball
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: nixos-wsl.tar.gz
3737
path: nixos-wsl.tar.gz
3838
- name: Release
39-
uses: softprops/action-gh-release@v1
39+
uses: softprops/action-gh-release@v2
4040
if: startsWith(github.ref, 'refs/tags/')
4141
with:
4242
files: nixos-wsl.tar.gz

0 commit comments

Comments
 (0)