Removed upload/download artifact from GH actions

This commit is contained in:
rasmus-kirk
2024-03-01 07:35:34 +01:00
parent b37650d2c7
commit b50b8e1899
4 changed files with 2 additions and 80 deletions
+2 -2
View File
@@ -39,7 +39,7 @@ jobs:
- run: mkdir -p out && cp -r ./result/* out
- name: Store docs
uses: ./.github/actions/upload-artifact
uses: actions/upload-artifact@v4
with:
name: docs
path: ./out
@@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@v3
- name: Get nix build output
uses: ./.github/actions/download-artifact
uses: actions/download-artifact@v4
with:
name: docs