diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index e69f4ed..69bd534 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -37,7 +37,7 @@ jobs: install -m 0644 -D "${{ gitea.workspace }}/completion/license-tool.zsh" usr/share/zsh/site-functions/_license-tool cp -r "${{ gitea.workspace }}/licenses" usr/share/license-tool - name: Upload Artifacts - uses: https://gitea.com/actions/gitea-upload-artifact@v4 + uses: actions/upload-artifact@v3 with: path: usr/ name: license-tool-hs-${{ gitea.head_ref }}.${{ gitea.sha }}