Skip to content

Commit f85b4b0

Browse files
authored
.github: update actions (#76)
1 parent db34ae1 commit f85b4b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nix.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
packages: write
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: cachix/install-nix-action@v27
15+
- uses: cachix/install-nix-action@v30
1616
with:
1717
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1818
- name: "Basic CLI and web build"
@@ -37,7 +37,7 @@ jobs:
3737
nix build .#portable-service
3838
mkdir -p var
3939
cp ./result/*.raw ./var
40-
- uses: actions/upload-artifact@v3
40+
- uses: actions/upload-artifact@v4
4141
with:
4242
name: portable-service
4343
path: ./var/*.raw

0 commit comments

Comments
 (0)