Skip to content

Commit

Permalink
ci: Update actions
Browse files Browse the repository at this point in the history
Should fix the builder running out of space:
https://github.com/cachix/install-nix-action/releases/tag/v24
  • Loading branch information
jtojnar committed Feb 17, 2024
1 parent 8642992 commit d7b4a20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v20
uses: cachix/install-nix-action@v25

- name: Set outputs
id: vars
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
run: nix-shell --run 'npm run dist "entries-${{ steps.vars.outputs.sha_short }}.zip"'

- name: Upload the zipball to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: entries-${{ steps.vars.outputs.sha_short }}.zip
if-no-files-found: error
Expand Down

0 comments on commit d7b4a20

Please sign in to comment.