diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7d42caa..8bd33df 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,13 +32,15 @@ jobs: - name: Upload binary artifact if: github.event_name == 'release' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: galacticad path: build/galacticad test: runs-on: self-hosted + needs: + - build steps: - name: Checkout code uses: actions/checkout@v2