Skip to content

Commit 9cf78ba

Browse files
committed
fix workflow
1 parent 17d829b commit 9cf78ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: wobcom-public
2424
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
2525
- run: 'nix build .#${{ matrix.packageset }}.fernglas -vL'
26-
- uses: actions/upload-artifact@v3
26+
- uses: actions/upload-artifact@v4
2727
with:
2828
name: '${{ matrix.packageset }}.fernglas'
2929
path: result/bin/fernglas
@@ -39,7 +39,7 @@ jobs:
3939
- run: nix build .#fernglas-frontend -vL
4040
# https://github.com/actions/upload-artifact/issues/92
4141
- run: cp -r result/ result-frontend
42-
- uses: actions/upload-artifact@v3
42+
- uses: actions/upload-artifact@v4
4343
with:
4444
name: fernglas-frontend
4545
path: result-frontend/*

0 commit comments

Comments
 (0)