We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0a8ed commit 6f572bcCopy full SHA for 6f572bc
1 file changed
.github/workflows/deploy.yml
@@ -6,15 +6,15 @@ jobs:
6
tests:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
10
- uses: cachix/install-nix-action@v22
11
#with:
12
# github_access_token: ${{ secrets.GITHUB_TOKEN }}
13
- run: nix develop .#ci --command echo shellHook
14
- run: nix flake check
15
16
- name: Upload artifact
17
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
18
with:
19
path: dist
20
0 commit comments