diff --git a/.forgejo/workflows/deployer-release-switch.yaml b/.forgejo/workflows/deployer-release-switch.yaml index 9a79f71..66146a4 100644 --- a/.forgejo/workflows/deployer-release-switch.yaml +++ b/.forgejo/workflows/deployer-release-switch.yaml @@ -56,14 +56,6 @@ jobs: with: php-version: ${{ inputs.php_version }} - - name: Download artifact - uses: actions/download-artifact@v3 - with: - name: ${{ inputs.artifact_name }} - - - name: Extract artifact - run: tar xf build.tar.gz && rm build.tar.gz - - name: Install system dependencies run: | apt-get update -qq && apt-get install -y -qq openssh-client rsync