diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 389004a..73e83a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,7 +161,7 @@ jobs: fi - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ghost-${{ matrix.target }} path: ghost-${{ matrix.target }}.* @@ -173,7 +173,7 @@ jobs: if: github.event_name == 'release' steps: - name: Download all artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Create release uses: softprops/action-gh-release@v1