this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci(e2e): update workflow actions runtime

+4 -3
+4 -3
.github/workflows/test-e2e.yml
··· 24 24 permissions: 25 25 contents: read 26 26 env: 27 + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" 27 28 NIXIE_E2E_WORKDIR: ${{ github.workspace }}/artifacts/e2e 28 29 29 30 steps: 30 31 - name: Check out repository 31 - uses: actions/checkout@v4 32 + uses: actions/checkout@v6 32 33 33 34 - name: Free runner disk space 34 35 run: | ··· 39 40 df -h 40 41 41 42 - name: Install Nix 42 - uses: DeterminateSystems/nix-installer-action@v16 43 + uses: DeterminateSystems/nix-installer-action@main 43 44 with: 44 45 extra-conf: | 45 46 experimental-features = nix-command flakes ··· 82 83 83 84 - name: Upload end-to-end artifacts 84 85 if: always() 85 - uses: actions/upload-artifact@v4 86 + uses: actions/upload-artifact@v6 86 87 with: 87 88 name: test-e2e-artifacts 88 89 path: ${{ env.NIXIE_E2E_WORKDIR }}