Skip to content

Update actions/upload-artifact action to v4.4.2 #1414

Update actions/upload-artifact action to v4.4.2

Update actions/upload-artifact action to v4.4.2 #1414

Workflow file for this run

name: nix-test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Nix
uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: run test in nix-shell
run: |
nix-shell ${GITHUB_WORKSPACE}/.github/workflows/config/test-shell.nix \
--command bin/build_test_nix.sh